• Resolved Jidy

    (@jidy)


    Hi team,

    I hope you re fine.

    Could you help me please,
    I have 2 questions :

    – is it possible to change the sidebar color background ?
    – where I can change the sidebar typo/font color ?

    Let me know please.

    Thank you very much

Viewing 8 replies - 1 through 8 (of 8 total)
  • hannah

    (@hannahritner)

    Hi Jidy,
    To change the background you can use this css:

    .sidebar {
        background: #999;
        padding: 20px;
    }

    And this will change the sidebar titles:

    .sidebar h3 {
        font-family: sans-serif;
        font-size: 24px;
    }

    Just paste those in your custom css box in Theme Options > Advanced Settings.
    Hope that helps!

    Hannah

    Thread Starter Jidy

    (@jidy)

    Hi Hannah,

    Thank you so much.
    The 1st thing works !!

    But the the second point doesn t work.

    I would like to change the “color Font” of my sidebar.
    Can you help me please ?

    https://www.skiescollection.com/?page_id=3124

    Thank you so much

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    add this css:

    .sidebar a {
        color: white;
    }

    Kadence Themes

    Thread Starter Jidy

    (@jidy)

    Hi,

    thank you.
    But now, when I roll over, the color desn t switch.

    Is it possible to keep the color switch and change only color font ?

    let me know please.

    Thank you

    hannah

    (@hannahritner)

    Hey,
    Kadence Theme’s css shouldn’t effect your sidebar hover color. Do you mind adding the css again so I can take a look?

    Hannah

    Thread Starter Jidy

    (@jidy)

    Hi Hannah,

    you can take a look with the css added :

    https://www.skiescollection.com/?page_id=3124

    When you rollhover the different cathegories, there is no color.
    I would like to put a specific color not pur white and when we rollhover, it should be a specific blue.

    Let me know if it s possible.

    Thank you very much.

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey so you can use css like this:

    .sidebar a {
        color: #f2f2f2;
    }
    .sidebar a:hover {
        color: #3d61d8;
    }

    Kadence Themes

    Thread Starter Jidy

    (@jidy)

    Perfect it works !
    you are the bests !

    Thank you very much

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Sidebar Color’ is closed to new replies.