WordPress.org

Forums

[resolved] Change of color tab in one page only (8 posts)

  1. Dan Yonaco
    Member
    Posted 7 months ago #

    Dear WordPress community,

    I have a website at http://www.yonaco.com and it has in one of the pages the scrip [tab], using the color green. example

    On the following address: http://www.yonaco.com/kenes/ I would like to use the same tags only change them to the color blue.

    Is it possible and easy to do?'

    Thank you for you time,

    Dan

  2. Kevin Ashbridge
    Member
    Posted 7 months ago #

    Try the adding the following CSS code to your website:

    body.page-id-713 #simpletabnav li a:hover, body.page-id-713 #simpletabnav li.active a {
    background: none;
    background-color: blue;

    }

  3. Dan Yonaco
    Member
    Posted 7 months ago #

    Thank You!

    Is there also an easy way to make the sidebar on the left smaller? let say that it finishes on the line of the Yonaco logo? (the right end of the logo)

    let say I want it to be option 10 when I choose a sidebar on the editor page

  4. Dan Yonaco
    Member
    Posted 7 months ago #

    hmm.. how do I save the change on the CSS using Firebug?

  5. You can't save changes in browser inspector tools, such as Firebug.

  6. Dan Yonaco
    Member
    Posted 7 months ago #

    so where do I add the change?

    Inside the dashboard I go to Appearance, and then?

  7. Kevin Ashbridge
    Member
    Posted 7 months ago #

    Some themes have a place where you can add custom CSS code. If your one doesn't, install a plugin that enables this on your website. An example would be:

    http://wordpress.org/extend/plugins/pc-custom-css/

  8. Dan Yonaco
    Member
    Posted 7 months ago #

    Thank you both!

Reply

You must log in to post.

About this Topic