- This topic has 3 replies, 2 voices, and was last updated 7 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Education Hub Pro › Color Changing Problems
Hi,
I am having trouble changing the color of the accent lines on the homepage from orange to green. I also what to change the color of the mobile site menu functions. Is there a way you do that? My site isn’t live yet so I can give you the url, but the (its the tiny orange vertical accent line marking the header for each section on the homepage.
Hello @cccs-of-savannah,
Actually we are having trouble in finding the section that you want to change the color . So please send us the screen shot of the section you are referring to .
To change the color of the mobile site menu go to Admin Panel > Appearance > Customize > Color Options > Primary Menu Color Options . Here you can find different options to change the color of menu section.
Hope this helps.
Best Regards!!
It’s the orange line next to “Our Services” https://imgur.com/a/29ibW. Also the orange the button next to the extended black grayish menu. The button appears when the internet window is viewed from a mobile phone. https://imgur.com/a/eFzoC
Hello @cccs-of-savannah,
The issue you have posted is of the university hub pro and you have posted the issue in Education Hub Pro support forum .
SO we would like to request you to post your issue under the respective theme so that it would be easier for us to track down the issue and provide the solutions .
Now to change the color of the vertical line next to the service section and change the color of the menu background in responsive view use below given CSS in the location Admin Panel > Appearance > Customize > Additional CSS .
#front-page-home-sections .section-title {
border-left: 4px solid #2aff00;
}
@media only screen and (max-width: 1000px){
#mobile-trigger i {
background-color: #003aff;
}
}
Hope this helps.
If you have any issue further, please let us know.
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. |