Home Forums Pro Themes Magazine Plus Pro Read more button

Viewing 15 posts - 1 through 15 (of 60 total)
  • Author
    Posts
  • #58636
    Hans V. Jensen
    Participant

    How do I change the button color to Read more in Blog color options?

    #58653
    wensolutions
    Keymaster

    Hello @hansvjensen,

    To change the button color of Read More button in blog page use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .blog a.read-more {
        background: #5cc4ef;
        }

    Hope this helps .

    Best Regards!!

    #58661
    Hans V. Jensen
    Participant

    Hello Wen,

    Unfortunately not. I also have another CSS with the code

    .widget-title::after {
    background: #000000 none repeat scroll 0 0;
    }

    .widget-title {
    border-bottom: 2px solid #000000;
    }

    I have now put that together to:

    .widget-title::after {
    background: #000000 none repeat scroll 0 0;
    }

    .widget-title {
    border-bottom: 2px solid #000000;
    }
    .blog a.read-more {
    background: #5cc4ef;
    }

    Maybe that’s wrong?

    Unfortunately, I have no experience with CSS.

    Hans

    #58666
    wensolutions
    Keymaster

    Hello @hansvjensen,

    The CSS we have provided will change the color of the Read More button in block page which you have asked for .

    If this is not what you are looking for then please explain your issue properly with the proper screen shot marking the part that you want to change the color of . Also do not forget to post your site URL as would be easy for us to provide the precise fix .

    Best Regards!!

    #58674
    Hans V. Jensen
    Participant

    Hello Wen,

    The site http://nhl-danmark.dk/ goes online tomorrow. I’m ridding with the latest adjustments now.

    I write a screendump. Have tried your CSS dumb again. But unfortunately it does not change color.

    Red in red does not look so good. Changing the link color of all links on the page will also be changed. Therefore, I still hope to get a black button?

    Hans

    #58675
    wensolutions
    Keymaster

    Hello @hansvjensen,

    The CSS we have provide work for the button in blog listing page .

    Since you want to change the button color in category page use below given CSS.

    .category a.read-more {
        background: #000;
        }

    Hope this helps .

    Best Regards!!

    #58677
    Hans V. Jensen
    Participant

    Hello Wen,

    You are my friend. Thank you. I’m using now fff

    Now I just have you. Is it true that you can not remove Related Articles for news / posts?

    I do not think I can find the opportunity.

    Hans

    #58682
    wensolutions
    Keymaster

    Hello @hansvjensen,

    If you want to remove the navigation links from blog listing page use below given CSS .

    .blog nav.navigation.posts-navigation {
        display: none;
    }

    But if you want to remove theme from appearing in individual post then use below given CSS.

    .single nav.navigation.post-navigation {
        display: none;
    }

    Hope this helps .

    Best Regards!!

    #58684
    Hans V. Jensen
    Participant

    Thank you my friend. I may use it anyway with an RSS feed on the page. How do I do to get the button at the bottom under Related to Black? Have tried everything under Options?

    #58692
    Hans V. Jensen
    Participant

    Just one last question to the button at the top of RSS. How is the text behind buttun black? White background can be chosen in Options. But not writing. It does not break through.

    Hans

    #58693
    Hans V. Jensen
    Participant

    .blog nav.navigation.posts-navigation {
    display: none;
    }

    Does unfortunately not work.

    #58720
    wensolutions
    Keymaster

    Hello @hansvjensen,

    The background color of the widget title can be changed form the theme itself .

    For this you need to go to Admin Panel > Appearance > Customize > Color Options > Sidebar Color Options > Title Background Color .

    Screen Shot:

    https://image.prntscr.com/image/yUsLNZufRs6HCh4iX5carQ.png

    Also the CSS

    .blog nav.navigation.posts-navigation {
    display: none;
    }

    will remove the link in Blog listing page . For individual post screen use the other CSS i.e.

    .single nav.navigation.post-navigation {
        display: none;
    }

    Hope this clears up the confusion .

    Best Regards!!!

    Have a good day .

    #58725
    Hans V. Jensen
    Participant

    Hello Wen,

    I got it fixed. nhl-danmark.dk is online now. Thanks for the help.

    The only small question I’ve just fallen over is whether the number of headings in the ticker can not be changed?

    Hans

    #58730
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Yes you can definitely change the no of post to display there to the option to change the no to display the post is available within the theme itself .

    For this go to Admin Panel > Appearance > Customize > Theme Options > Header Options > Number of Posts and change the no as per your wish .

    Hope this helps .

    If you have any confusion further, please let us know .

    Best Regards!!

    #58733
    Hans V. Jensen
    Participant

    Hello Wen,

    Yes. I know. But I mean the number of characters. Right now it only shows “Da Jannik Hansen var i Stanley Cup-” The entire heading is called “Da Jannik Hansen var i Stanley Cup-finalen”

    Can the number of characters not be changed?

Viewing 15 posts - 1 through 15 (of 60 total)
  • You must be logged in to reply to this topic.