Home › Forums › Pro Themes › Magazine Plus Pro › Read more button
- This topic has 59 replies, 2 voices, and was last updated 6 years, 10 months ago by wensolutions.
-
AuthorPosts
-
November 18, 2017 at 3:21 pm #58636Hans V. JensenParticipant
How do I change the button color to Read more in Blog color options?
November 18, 2017 at 11:54 pm #58653wensolutionsKeymasterHello @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!!
November 19, 2017 at 3:52 am #58661Hans V. JensenParticipantHello 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
November 19, 2017 at 4:50 am #58666wensolutionsKeymasterHello @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!!
November 19, 2017 at 5:26 am #58674Hans V. JensenParticipantHello 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
November 19, 2017 at 5:31 am #58675wensolutionsKeymasterHello @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!!
November 19, 2017 at 5:45 am #58677Hans V. JensenParticipantHello 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
November 19, 2017 at 6:16 am #58682wensolutionsKeymasterHello @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!!
November 19, 2017 at 6:33 am #58684Hans V. JensenParticipantThank 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?
November 19, 2017 at 9:31 am #58692Hans V. JensenParticipantJust 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
November 19, 2017 at 9:34 am #58693Hans V. JensenParticipant.blog nav.navigation.posts-navigation {
display: none;
}Does unfortunately not work.
November 19, 2017 at 10:50 pm #58720wensolutionsKeymasterHello @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 .
November 19, 2017 at 11:51 pm #58725Hans V. JensenParticipantHello 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
November 20, 2017 at 1:04 am #58730wensolutionsKeymasterHello @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!!
November 20, 2017 at 1:32 am #58733Hans V. JensenParticipantHello 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?
-
AuthorPosts
- You must be logged in to reply to this topic.