There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
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.
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;
}
#3
Aug 29, 2013, 08:35 AM
cabacilin
4 posts · Aug 2013
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
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.
Last edited by juggledad; Aug 29, 2013 at 08:56 AM.
#5
Aug 29, 2013, 09:07 AM
cabacilin
4 posts · Aug 2013
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
#6
Aug 29, 2013, 09:17 AM
cabacilin
4 posts · Aug 2013
Thank you. Just found the correct code. In the options of the theme file posts.css