Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] wordpress theme option problem, css content)

  • This topic is empty.
Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #198790
    Bones_Jones
    Participant

    guys, i’m stuck… still not working… what am i doing wrong?

    #198791
    Paulie_D
    Member

    Assuming we’re still talking about the footer background

    It’s in line 198 of the head

    .plus,
    .minus, 
    .button1,
    .blog-title 
    .comment-count, 
    .blog-title-single 
    .comment-count, 
    #footer-bottom, /* here */
    .tag-title, 
    span.onsale, 
    .price_slider_wrapper .ui-slider .ui-slider-handle {
      background: #bfbfa6 !important;
    }
    

    If you’re having this much trouble you really should look into a child theme instead of these ‘options’ box you apparently have.

    #198793
    Shikkediel
    Participant

    Might as well remove the #footer-bottom selector from that list altogether. It’s only setting background anyway (which is exactly what you don’t want). Removing the !important should also work but that may lead to other side effects. Think Paulie_D pretty much placed the answer in the second post of this thread.

    #198865
    Bones_Jones
    Participant

    i already removed the #footer-bottom from the ‘green.css’…

    but it’s still there… i guess this line 198 is located elsewhere?

    #198868
    Paulie_D
    Member

    Seems to be fixed now…you did want it white didn’t you?

    #198895
    Bones_Jones
    Participant

    yup it worked! i forgot to clear cache and delete cookies… lol

    thx guys!

Viewing 6 posts - 16 through 21 (of 21 total)
  • The forum ‘CSS’ is closed to new topics and replies.