Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #11614
    fx
    Member

    Hi!
    I would still need your help:
    I would like to return the bottom bar with the name of wordpress but smaller and change the color (black and white).
    Then I need to place a banner (image) just below the menu (throughout).
    I also have a problem with the color of page titles that are black (not white).
    And last, I always have a white box below the blog (i need to remove it).

    Thanks agin for your help!
    fx

    #11617
    Sakin
    Keymaster

    @fx: Can you send me your site URL?

    #11618
    fx
    Member

    oupps.. sorry 🙂

    http://turnsteak.com

    #11619
    Sakin
    Keymaster

    @fx: For details color options, upgrade to Catch Everest Pro Theme.
    1. I would like to return the bottom bar with the name of wordpress but smaller and change the color (black and white).
    — To change the background color or footer site generator, You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-generator { background-color: #000; }

    2. Then I need to place a banner (image) just below the menu (throughout).
    — For this you need to upgrade to Catch Everest Pro Theme, where there is Featured Image Option.

    3. I also have a problem with the color of page titles that are black (not white).
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `.widget-title, .entry-header .entry-title { color: #fff; }

    4. And last, I always have a white box below the blog (i need to remove it).
    — I don’t understand this one.

    #11620
    fx
    Member

    Thanks a lot again Sakin !!! 🙂

    For the last question:
    4. And last, I always have a white box below the blog (i need to remove it).
    For exemple, on this page:
    http://turnsteak.com/contact/
    i have a white rectangle just below the adresse of the skype. So i want to remove it.

    #11626
    Sakin
    Keymaster

    @fx: I see empty blockquote in that page, you can go to your editor in text mode and delete it. But if you want to change the color for blockquote then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    blockquote {
        background-color: #000;
    }
    #11630
    fx
    Member

    Hi Sakin!

    I’ve tried this blockquote code in the Custom CSS but not working 🙁
    And I failed to remove the block

    #11639
    Sakin
    Keymaster

    @fx: It is showing fine to me. You have installed WP Super Cache plugin. So, first you need to clear your cache and refresh your browser to see the changes.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Banner line/color/’ is closed to new replies.