Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi!
    Do you have that theme in action on your page? Do you have a link? So I can tell you exactly where you have to change things?

    And what do you meant by Sidebar1 ? The first box on the right?

    Regards
    Anja

    As this is a very complex theme/framework, try asking on the theme’s dedicated forum: http://www.aquoid.com/forum

    Well, if you just want to remove a border and set a background color it shouldn’t be too hard to do…

    Thread Starter denethorr

    (@denethorr)

    Do you have that theme in action on your page? Do you have a link? So I can tell you exactly where you have to change things?

    I can’t show you that site because it is on my dev system.

    And what do you meant by Sidebar1 ? The first box on the right?

    Yes, the first box on the right.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you http://pastebin.com your HTML and CSS for the webpage and send us a link of that Pastebin page?

    Ok,
    go to your style.css and write this:

    #categories {
       background-color:yellow; /*or whatever*/
       border:none;
    }

    It seems like the system gives IDs depending on the content. So this might not work if you DON’t have the categories in the first box. Because I can’t see your system I cann’t tell. You will have to look into the source code to find out…
    Good luck
    wearitwell

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Theme: Suffusion] Background color and border in Sidebar 1’ is closed to new replies.