- This topic has 4 replies, 2 voices, and was last updated 7 years, 10 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Education Hub Pro › Changing button colour
Hello,
I love all the options for changing colours in the theme, but I cannot work out which option changes the colours of the link (background and text) to the next post seen at the bottom of the page in the attached screenshot.
Can you help please?
Thanks
Neil A.
Hello @safemintrain
We do not have the option to change the color of the link to the next post but please try the below CSS to solve your issue.
For this goto to Admin Panel > Appearance > Customize > Additional CSS and paste the below CSS.
nav.navigation.post-navigation a {
color: #f00;
background-color: #FFDAB9;
}
You can change the code of the color as your choice .
Hope this helps also if you any confusion related to the theme please let us know.
Best Regards!!
Thanks – that does the job…
A related question: can I hide the link to the next post completely (using CSS)?
Regards
Hello @safemintrain,
If you want to completely remove the Next / Prev Posts links from the bottom of the posts page, you can do it by adding the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :
nav.navigation.post-navigation {
display: none;
}
Hope this helps,
Best Regards !!
Perfect! thanks so much.
regards
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |