Home › Forums › All Other Themes › Menu Colours
- This topic has 8 replies, 2 voices, and was last updated 7 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
March 15, 2017 at 1:55 pm #65548
I am changing the sub menu background colours in the customiser settings, and the preview is correct – however after the SAVE & PUBLISH button is pressed, the background colour disappears. Using STRONG Pro theme.
Site: www.westauz.com
Submenu Background Colour should be: #210c00 not transparent.March 16, 2017 at 4:58 am #65592Hi Katherine,
Kindly go to Appearance>>Menus and select Primary menu option.
Regards,
DaveMarch 20, 2017 at 2:11 pm #66121There is no Primary Menu option, and also no option to edit the background colour of the drop down sub menu. Colours are OK but require the dropdown to turn be completely transparent. They are set to brown… PLease visit site & see what I mean: http://www.westauz.com/
March 20, 2017 at 2:11 pm #66122I am going through the customizer function and in the preview it looks fine, only once saved and published the colour disappears
March 21, 2017 at 6:24 am #66182Hi Katharine,
Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box
Add this code there:
#topmenu ul li ul{background:#210c00;}
Regards,
DaveApril 3, 2017 at 6:42 am #67707Thank you this fixed the issue. Can you please also advise how to change the colour of the Flipbox “backbutton” from the standard blue to: #f4b700 as there is no option to do so in the COLOURS OPTIONS section of the customizer.
Thank you!April 3, 2017 at 7:08 am #67715Hi Katharine,
Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box
Add this code there:
.flipcard .back{background-color:#f4b700 !important;}
Regards,
DaveApril 4, 2017 at 6:57 am #67880Thank you. This has not fixed the colour issue. Please see: http://www.westauz.com/services/ back flip box button hover colour is still blue. Am I doing something wring when adding this additional CSS to the Custom CSS box?
April 5, 2017 at 5:27 am #68000Kindly add this code in Custom CSS Box:
.sktmore:hover{background:#f4b700 !important;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.