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] How do I make the header was just blue? (http://forum.bytesforall.com/showthread.php?t=20839)

cabacilin Aug 28, 2013 08:22 PM

[SOLVED] How do I make the header was just blue?
 
Hello everyone! I'm from Ukraine, so forgive me for the poor english:)
I do not like the two colors in the title. How do I make the header was just blue?? Thank you.

juggledad Aug 29, 2013 02:51 AM

The first part of the title is controlled by the CSS in MTO->CSS Files->various css
HTML Code:

#sitetitle a .firstpart {
  color:  #000000;
}

The second part is controlled by the CSS in MTO->CSS Files->content.css
HTML Code:

a {
color:      #0090d3;
text-decoration:  none;
}


cabacilin Aug 29, 2013 07:35 AM

Thank you for your help. Finished the string color: # 0090d3; In # sitetitle. Now the title of the site blue. Where to look for the code that is responsible for displaying the page titles and posts, as they are still in two colors? Here's a screenshot
http://s017.radikal.ru/i418/1308/ae/3cb427aea1ff.jpg

juggledad Aug 29, 2013 07:51 AM

The easiest way is to use the firebug extension in Firefox and examine the element. Then you can see the CSS being applied. Then look in the different CSS files and find that CSS selector and replace it with what you want.

Once you find the selectors via firebug, it should be obvious which CSS file you need to look thru to find it.

cabacilin Aug 29, 2013 08:07 AM

I use this plugin. That's why I'm asking. Parts of the code that are responsible for color are in the right color, but the double header is still in place.
http://s020.radikal.ru/i715/1308/2c/e86c438e919d.jpg

cabacilin Aug 29, 2013 08:17 AM

Thank you. Just found the correct code. In the options of the theme file posts.css

Code:

.hentry h1 .firstpart  {
        color:                                        #0090d3;
        text-decoration:                none;



All times are GMT -6. The time now is 01:06 AM.

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