Shop Categories

X

Changing color "Skin"

Home Forums Agama Pro Changing color "Skin"

Topic Resolution: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #11881
    Maîtresse Célia
    Participant

    Hello,
    First I’ll thank you for that excellent theme.
    My question: I’m using the “dark”-skin for my site and I want changing the background-color (which is a little bit grey) into dark. How can I do this?
    Thanks forwards
    Guido

    #11883
    Zex
    Moderator

    Hello, Guido!

    You should be able to change the Page background color from the Customizer in the following menu:

    Customizing->General->Pages

    https://prnt.sc/m8s1rq

    Please contact us again if that is not what you wanted.

    Regards

    #11884
    Maîtresse Célia
    Participant

    Hello,
    Thanks a lot. It works.
    But I’ve another little problem.
    Now I’ve my background on black but the header is still grey. I switched the header backgound-color to black but that changes only the elements of my menu.Il I’m scrolling a little bit down, everythings ok but if I’m scrolling totaly en top it’s still grey.
    Thanks forward
    Guido

    #11885
    Zex
    Moderator

    Hello, Guido!

    In order to change that background-color, insert the following code into:
    Customizing->General->Additional CSS:

    #top-bar,
    .site-header .sticky-header
    {
        background-color: #000;
        border-color: #000;
    }

    Regards

    #11886
    Maîtresse Célia
    Participant

    Great!
    Thanks a lot for your help. It works fine.
    Have a nice day
    Guido

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