• Hi Hueman friends!!!

    I would like to change the color and transparency of my full sidebars.

    To do this, I need some CSS code.

    Please help me. Thanks in advance!

    • This topic was modified 6 years, 7 months ago by sickbooy.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Advanced Options > Additional CSS field:

    .sidebar .sidebar-content, .sidebar .sidebar-toggle {
      background: red;
    }

    Thanks!

    Thread Starter sickbooy

    (@sickbooy)

    Ciao! Thank you @emranemranx, it’s working!

    But I would like to make the sidebar background transparent (without posts).

    And how can I change the color of the sidebar text?

    Thank you!

    That code worked for the background when widgets are present. Is there a way to make the sidebars white (or other color) regardless of whether a widget is present or not?

    Is there a way to put a border between the sidebars and the content?

    • This reply was modified 6 years, 7 months ago by kallard.
    Michael

    (@wallpaperman)

    For me, this worked to make the sidebars and the main content white:

    .sidebar .sidebar-content, .sidebar .sidebar-toggle {
      background: #fff;
    }
    
    .col-2cl .main-inner.group {
      background: transparent;
    }

    To have a border between main content and sidebar I changed this:

    .content {max-width: 1037px; border-right: 1px solid #ddd;}

    I′m using the theme with 2 columns, right sidebar and a width of 1380px. The max width of the content class is the total width of the content (1038px) less the width of the border (1px).

    • This reply was modified 6 years, 7 months ago by Michael.
    • This reply was modified 6 years, 7 months ago by Michael.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘sidebar transparency’ is closed to new replies.