• Resolved mariro55

    (@mariro55)


    Hi, I setup the top sidebar (in italian, barra superiore) as you can see by the link, with the tags cloud.

    I would like to change the color of background, I added this css as in a post of Tom :

    .tagcloud a {
    padding: 10px;
    background: red;
    color: white;
    }

    but it changes only colors of the cloud, not of the sidebar (a dark grey).

    I can’t find in what CSS the top sidebar is configured, I’m not sure of its original name, and if it is the right traslation of barra superiore (top sidebar or upper sidebar) .

    Please can anyone tell me what css file I need to edit for the top sidebar ?

    R.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    Our pro version has color options for that element in the Customizer.

    Otherwise, you can use some CSS:

    .top-bar {
        background-color: #222222;
    }

    Adjust it to whatever you like ??

    Thread Starter mariro55

    (@mariro55)

    Hi Tom,
    many thanks, it works fine !!

    R.

    Theme Author Tom

    (@edge22)

    You’re welcome! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Top sidebar background color’ is closed to new replies.