- This topic has 1 reply, 2 voices, and was last updated 7 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › University Hub Pro › Changing Color of Accent Lines
Hi,
We finally have a live site and I was wondering if there was a way to change the accent line on the first section of the page from orange to another color. All the previous fixes haven’t worked for the “Our Services” section for some reason.
I was also wondering if it was possible to change the color of the just the word “donate” in the main menu.
Link to the site: http://www.cccssavannah.org/
Hello @cccs-of-savannah,
To change the color of the vertical line in the widget section use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
#university-hub-front-page-widgets .widget-title {
border-left: 4px solid #365899;
}
Also to change the color of the Donate button at the top menu use below given CSS in Additional CSS.
#top-nav ul li:nth-of-type(3) a {
color: #e61123;
font-weight: 600;
}
Also, it will only work if you don’t add any menu item in top menu section . If you have to add the menu items here then please write back to us .
Hope this helps.
Best 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. |