Home › Forums › Free Themes › Signify › Main menu CSS
- This topic has 7 replies, 2 voices, and was last updated 4 years, 9 months ago by
Psink.
-
AuthorPosts
-
February 4, 2021 at 6:16 am #143987
Altphotography
ParticipantHi in the template “Signfy” how can i bold up the main menu text to change the hover state to Orange #f8732b and the menu text white #ffffff.
Can i also change the copryright information on the footer to Orange #f8732b?
Kind regards
MartinFebruary 5, 2021 at 1:31 am #144044Psink
KeymasterHello Altphotography
Please add this CSS – to make copyright info to orange
.site-info { color: #f8732b; }Add this CSS – For menu
.main-navigation a:hover, .menu-inside-wrapper .main-navigation>.nav-menu>.current_page_item>a{ background: #f8732b !important; color: #fff !important; font-weight: bold; }To add this in the theme, Please go to Admin Panel >> Appearance >> Customize >> Additional CSS, there paste the above CSS and published
Hope this helps you
Regards,
PsinkFebruary 5, 2021 at 4:50 am #144062Altphotography
ParticipantPerfect PSINK thank you for the quick response. The footer is fine but I perhaps did not explain correctly i want the menu text white with an orange hover. Also is it possible to make the header logo larger its restrained currently as the original logo is a lot bigger? Sorry to ask but this but is a great service. You can view more easily by viewing here https://wbbrownltd.co.uk/
Kind regards Martin
February 5, 2021 at 9:03 am #144080Psink
KeymasterHello Martin
Please remove the previous CSS of the footer text color and Add this CSS
.site-info, .site-info a{ color: #fff; } .site-info a:hover{ color: #f8732b; }Have a good day
Regards,
PsinkFebruary 5, 2021 at 9:32 am #144084Altphotography
ParticipantHi Psink thats great for the footer text are you able to do the css for the the menu text so it is white with an orange hover. Also is it possible to make the header logo larger its restrained currently as the original logo is a lot bigger? Thank you for you help. Kind regards Martin
February 5, 2021 at 10:03 am #144086Psink
KeymasterAdd this CSS code – for menu text color
.main-navigation a{ color: #fff; } .main-navigation a:hover, .menu-inside-wrapper .main-navigation>.nav-menu>.current_page_item>a{ color: #f8732b !important; }Add this CSS – for logo
.custom-logo { max-width: 100% ; }Have a great day
Regards,
PsinkFebruary 5, 2021 at 10:25 am #144088Altphotography
ParticipantThank you so much for this Psink it really is a big help. Have a great day too!!!!
Kind regards
MartinFebruary 5, 2021 at 12:13 pm #144106Psink
Keymasterglad to help you
Regards,
psink -
AuthorPosts
- You must be logged in to reply to this topic.





