• Hello all and Happy New Year.

    My blog, https://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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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 ??

    Thread Starter activ_x

    (@activ_x)

    @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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I change Colors to Javascript in Header – Tweetsheep Theme’ is closed to new replies.