Forums

Help with Thesis color (6 posts)

  1. tykikhan
    Member
    Posted 9 months ago #

    Hi guys,
    I'm using the Thesis template for my blog. I was wondering how I can change either the CSS in order to have my Header, Sidebar, and content section not to have any background color. I am using javascript for my background, so I would like those sections to have a transparent background.

    Thank you very much

  2. peredur
    Member
    Posted 9 months ago #

    Link to the site so we can have a look?

    Cheers

    PAE

  3. tykikhan
    Member
    Posted 9 months ago #

    http://www.aytakin.com

    Thank you in advance

  4. peredur
    Member
    Posted 9 months ago #

    Try this in style.css, in a child theme or in http://aytakin.com/wp-content/themes/thesis_181/custom/custom.css in the theme itself:

    .custom #container,
    .custom #page {
      background: transparent;
    }

    Best to use a child theme but you'll have to make sure you import all the parent style sheets in the correct order.

    Cheers

    PAE

  5. tykikhan
    Member
    Posted 9 months ago #

    Oh thank you very much for your help.
    Just one more question, since I didn't realize this until now.
    How would I be able to remove the bars separating the different sections?
    Thanks again

  6. peredur
    Member
    Posted 9 months ago #

    You seem to have managed that on your own from what I see on the site. Well done.

    Cheers

    PAE

Reply

You must log in to post.

About this Topic