- This topic has 12 replies, 2 voices, and was last updated 1 year, 9 months ago by
Skandha.
-
AuthorPosts
-
March 3, 2022 at 4:43 am #300838
bobgarrett
ParticipantI like this new theme and experimenting for a site change.
Is there a quick way to change the menu and submenu text colors? I need to make them stand out against the background photo. I managed to get the main menu to change but not the submenu with
.navigation-classic.absolute-header .main-navigation a {color: red;}also be good to change the submenu background color.
March 3, 2022 at 5:01 am #300839bobgarrett
ParticipantAlso, how to change the gradient background on the pages headers as I only have an image underlay on the home page header.
March 3, 2022 at 5:27 am #300841Skandha
Participant@bobgarretthomenetworks-co-uk: Hello there,
Can you please post in your site URL so that I can look into the issue?
Kind Regards,
SkandhaMarch 3, 2022 at 5:39 am #300842bobgarrett
ParticipantCan I sent it confidentially as the actual site is still live with another of your themes. I cloned it to another hosting account but have it in maintenance mode as it was being indexed and I feared this would cause a problem.
Having done some more on this I wonder whether this theme is ready for general use as there seem to be anomolies and no documentation?
March 3, 2022 at 5:47 am #300843Skandha
Participant@bobgarretthomenetworks-co-uk: Hello there,
I have sent you an email where you provide me the site URL.
You can check out the FAQ for your queries. If you don’t find an answer to your issue you can always post it here in the support forum.Kind Regards,
SkandhaMarch 3, 2022 at 6:03 am #300844Skandha
Participant@bobgarretthomenetworks-co-uk: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To change the color of menu and sub menu items */ #site-navigation a { color: #123456; } /* To change background color of sub menu */ .navigation-classic .site-header .sub-menu { background-color: #f23456; }
You can change the color according to your choice.
Also can you please clarify which gradient background you are referring to?
Let me know if this works out!
Kind Regards,
SkandhaMarch 3, 2022 at 6:20 am #300845bobgarrett
ParticipantThanks, for the gradient issue check another page than the front page, but be sure the link takes you to this site still and not the live site.
March 3, 2022 at 6:32 am #300846Skandha
Participant@bobgarretthomenetworks-co-uk: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
body:not(.home) .custom-header { background-image: linear-gradient(to bottom,#f23456,#123456); }
You can change the color according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaMarch 3, 2022 at 7:44 am #300850bobgarrett
ParticipantSuper. Thanks.
March 3, 2022 at 8:41 am #300852bobgarrett
ParticipantYou are being soooo helpful…
Is there a safe way to change the height of the panel immediately below the header (on the pages not home page) which contains the page title? I have tried various styles…
body:not(.home) .wrapper {height:150px;}
.has-header-media:not(.home) .custom-header-media .custom-header-content {height: 150px;}
body:not(.home) .custom-header {height: 300px;}but these do not cope with the header position well for different screen widths.
March 4, 2022 at 4:58 am #300884Skandha
Participant@bobgarretthomenetworks-co-uk: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
body:not(.home) .custom-header-content { padding: 50px 50px; }
You can change the padding to adjust the height.
Let me know if this works out!
Kind Regards,
SkandhaMarch 4, 2022 at 11:00 am #300896bobgarrett
ParticipantThat worked. Thanks.
March 4, 2022 at 11:37 pm #300908Skandha
Participant@bobgarretthomenetworks-co-uk: Glad it worked out. Have a great weekend! 🙂
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Menu color’ is closed to new replies.