Menu Colours

Home Forums All Other Themes Menu Colours

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #65548
    KatharineKatharine
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: March 2, 2017

    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.

    #65592
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi Katherine,

    Kindly go to Appearance>>Menus and select Primary menu option.

    Regards,
    Dave

    #66121
    KatharineKatharine
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: March 2, 2017

    There 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/

    #66122
    KatharineKatharine
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: March 2, 2017

    I am going through the customizer function and in the preview it looks fine, only once saved and published the colour disappears

    #66182
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi Katharine,

    Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box

    Add this code there:

    #topmenu ul li ul{background:#210c00;}

    Regards,
    Dave

    #67707
    KatharineKatharine
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: March 2, 2017

    Thank 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!

    #67715
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi Katharine,

    Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box

    Add this code there:

    .flipcard .back{background-color:#f4b700 !important;}

    Regards,
    Dave

    #67880
    KatharineKatharine
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: March 2, 2017

    Thank 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?

    #68000
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Kindly add this code in Custom CSS Box:

    .sktmore:hover{background:#f4b700 !important;}

    Regards,
    Dave

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.