Forums

[resolved] Talian 1.0 Themes Home and About Tabs (5 posts)

  1. jeannes
    Member
    Posted 4 years ago #

    I have just started a blog using Talian 1.0. I hate the color orange, so I want to change some of the colors. I have found how to change all the colors except for the two tabs that show up at the top of the page - The Home tab and the About tab at the top of the page. I would like to make them blue.

    I also would like to add some additional tabs, but I cannot figure out how to do that.

    I sure would appreciate some help with this!

    Thanks.

    Jeanne
    http://www.launchyourgoals.com/blog/

  2. Len
    Member
    Posted 4 years ago #

    1. If you look in header.php you will see that those tabs have been assigned the div class navigators. So, go into your style sheet and look for,

    .navigators ul li a:link, .navigators ul li a:visited {
    background-color: #F6B81A;

    ... and,

    .navigators ul li a:hover, .navigators ul li a:active {
    background-color: #E6A306;

    You may want to change the border colours after that as well.

    2. The tabs will be automagically created as you add (write) pages. If for some reason you want to add a tab manually go into header.php and look for,

    <?php wp_list_pages('title_li=&depth=1'); ?>

    After that insert,

    <li><a href="http://somepage.com">Some Page</a></li>

  3. jeannes
    Member
    Posted 4 years ago #

    Len, thanks so much for the info. That is exactly what I needed, and thanks for putting it into language I could understand. I also appreciate your quick answer. I have fixed the blog! Jeanne

  4. Len
    Member
    Posted 4 years ago #

    Another happy customer. ;)

  5. ssoorton
    Member
    Posted 3 years ago #

    I want the page that the user is on to stay hightlighted with the navigators color that I added to the css. So if the user clicks on the about tab it stays the active css colors. Currently it will not hold the active state

    Any suggestions

Topic Closed

This topic has been closed to new replies.

About this Topic