This topic has 6 replies, 2 voices, and was last updated 5 years by Radu.

  • Author
  • #216543
     deniscgn
    Participant

    Hello,

    how and where can I change the background color of the sticky menu from black to white?

    Cheers,
    Denis

    #216653
     Radu
    Moderator

    Hi,

    Did you had added some css into quick css area under wp-admin -> theme options -> general -> quick css i think

    SO the initial was blue, if you want it black, change the color code to #000000

    Let me know

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #216688
     deniscgn
    Participant

    Hey Radu,
    I did not use any CSS. I just changed the color with you SWEETDATE > Styling Options.
    But there is no option to change the Sticky Menu color.
    Cheers,
    Denis

    Attachments:
    You must be logged in to view attached files.
    #216734
     Radu
    Moderator

    Hi,

    just add this css to wp-admin ->theme options -> general settings -> styling

    COPY CODE
    
    .contain-to-grid.sticky.fixed {
        background: red;
    }
    

    Change red with your color code
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #216735
     Radu
    Moderator

    Hi,

    just add this css to wp-admin ->theme options -> general settings -> styling

    COPY CODE
    
    .contain-to-grid.sticky.fixed {
        background: red;
    }
    

    Change red with your color code
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #217179
     deniscgn
    Participant

    Perfect, thanks!

    #217204
     Radu
    Moderator

    You’re welcome
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?