Forums

How can I change Colors to Javascript in Header - Tweetsheep Theme (3 posts)

  1. activ_x
    Member
    Posted 2 years ago #

    Hello all and Happy New Year.

    My blog, http://www.fastestway-loseweight.com/ is using the Tweetsheep theme which I've since managed to change the colors to this purple type.

    However, when I run the FeatureMe plugin to showcase featured posts in the header of the blog, the navigation for the featured posts (little panels numbered 1,2,3) are all in the twitter blue color.

    Ideally, I would like these colors to be purple or red.
    I've looked in all the files that come with the theme, and none seems to be showing the colors to change.

    Seems the little nav boxes are being run my a script, and I have no idea how to manipulate these.

    Any help would be highly appreciated.

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    in your style.css, find these lines:

    #board_carusel_nav a{
    	display:block;
    	float:left;
    	background:#7ac2df;
    	border-right:1px solid #85d7f7;
    	width:33px;
    	text-align:center;
    	padding:7px 0 7px 0;
    }
    #board_carusel_nav a.selected, #board_carusel_nav a:hover{
    	text-decoration:underline;
    	font-weight:bold;
    	background:#a7e2f9;
    	border-right:1px solid #a7e2f9;
    }

    and change the 'background:#abcdef;' to the color code of your liking ;-)

  3. activ_x
    Member
    Posted 2 years ago #

    @alchymyth...

    I kind of feel silly now, coz it was right there in plain site...
    I'll blame it on the late night working on this blog nonestop!

    Thank you so much for your feedback... helped! Yey!

Topic Closed

This topic has been closed to new replies.

About this Topic