Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   [SOLVED] Dual Title Colors (http://forum.bytesforall.com/showthread.php?t=19609)

RobinDenning Feb 11, 2013 09:59 AM

[SOLVED] Dual Title Colors
 
Hi all,
I have been trying to make changes that would cause the titles of my posts to be all in one color - #333333 (black).

I tried going into CSS Settings >Dual Title Colors and removed .hentry h2 a[rel=boomark].
That made the post title all one color - the default blue #0090d3.

That seems to be driven by the posts.css file:

Quote:

/* All links inside post container .hentry */
.hentry a {
color: #0090d3;
text-decoration: none;
If I change the color there, it corrects the post title the way I want, but it also turns all the links within the post to black, which I do not want.

I have tried a few other things that did not work.
Anybody have any ideas on what needs to be done?
thanks in advance.
Robin

http://alittlesewing.com

jerryc Feb 11, 2013 04:05 PM

When you get this, please post your solution.

The dual color thing is still unclear to me, and I'd very much like to understand it better.

Thanks.

juggledad Feb 11, 2013 05:24 PM

Robin, try adding this to the posts.css
HTML Code:

div.post h2 a,
div.post h1 a {
        color:                                        #ff0000 ;
}

make sure to change the color to what you want

RobinDenning Feb 11, 2013 05:55 PM

juggledad, that worked like a charm!
thanks for the reply and the solution.


All times are GMT -6. The time now is 10:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.