- This topic has 8 replies, 2 voices, and was last updated 10 years ago by Irina.
-
AuthorPosts
-
November 7, 2014 at 10:09 am #47065IrinaMember
Hi, I changed the colors of my website, but had some problems:
1. Article Header Color
I could change the Site header color, but how can I change the article header color?2. Comment box color
How can I change the color of the comment box?3. Menu color
I changed the active menu color background yellow and text brown. But in the menu bar at the bottom of the page the text color is yellow too and that’s why not readable. Why is that? Look here: http://www.ausiebuschfunk.net/ueber-mich/4. Submenu color
I changed the submenu to look like the main menu, but the color did not change and stayed as default.5. Text in footer
Where can I change the color of the text in the footer? I would like to have it darker.Thanks for your help!
IrinaNovember 7, 2014 at 12:44 pm #47068SakinKeymaster@Irina: In Catch Evolution Pro, you can go to “Appearance => Theme Options => Color Options” to change the colors of various elements.
1. For article header color. You need to change the color code in “Title Color” from Color Options Panel.
2. You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#respond { background-color: #ccc; }
3. Ok you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#colophon #access-footer ul.menu .current-menu-item a { color: #572603; }
4. Which sub-menu are you talking about. In your site I don’t see sub-menu.
5. You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
/* For Footer Text */ #site-generator { color: #444; } /* For Footer Link */ #site-generator a { color: #555; }
November 8, 2014 at 9:43 am #47136IrinaMember1. I have your theme appearances translated in German. Some things are not translated very good. As far as I can see there are 2 places where you can change the page title color (Seitentitel-Farbe)in color options, but nowhere to change the article title color.
2. I put your code in the Custom CSS with the color #93BE66 (green), but the comment box is still gray.
3. I put your code in the Custom CSS, but nothing changed. Still the same. The menu background and menu text are yellow and you can’t see the writing. But the same menu at the top of the page is fine. Weird!!!
4. I think it’s actually called secondary menu. Sorry! The main menu is Startseite,… and underneath is the secondary meny with Outback,..
In Color options I chose the same colors for both, but it’s not like that on the webpage.
5. I decided to leave the footer text color, only changed the background color. Now you can read it better.
6. Another question: How can I change the distance between the social bar and the green icon in the top right corner? I would like to bring them a bit closer to each other.
Thanks you so much for all your efforts to helpe me!!!November 8, 2014 at 9:42 pm #47161SakinKeymaster@Irina:
1. Hum, I don’t know much about German translation as it is contributed by our user. If you know it then you can send us the correction and then we will change it. As per the English Color Options in Theme Options panel. To change the title of page/post, you need to change the color code in “Title Color” and “Title Hover Color” which is at 13th and 12thm position from the last.
I think you have already found it. As I need that you have already change the title color to #f15917 and title hover color to #93be662 and 3. It is not working as you have forgot to add in one closing bracket
}
in your Custom CSS. So, can you find the following css in Custom CSS:.social-profile ul li.google-plus a { background-position: -528px -44px;
And then add the closing brackets. It should be as:
.social-profile ul li.google-plus a { background-position: -528px -44px; }
4. Sorry I am still confused as there is no color option for Secondary menu that is “Outback”. It’s little difficult to change the color of Secondary menu. So, can you explain the color code. If you make it same as Main menu then people might get confused with the menu. But if you want then let me know it. I have to try it and send you long css code.
5. OK Nice.
6. You can change the margin bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
.sidebar-top .widget { margin-bottom: 30px; }
November 10, 2014 at 8:37 am #47234IrinaMember@Sakin:
1. If I think about a better translation of something, I will let you know.
There is a page title color (position 13 from last) and another page title color (position 16). They are both called “Seitentitel-Farbe” which is confusing. The position 16 page color is actually the header title color. Maybe it should better be called in German “Kopfzeilen-Farbe”. Header is Kopfzeile. So you could change all the header to “Kopfzeile” in German.
I changed Seitentitel and Kopfzeile both to orange and that is fine, but there is nothing to change the title color of an post article. They are still black. It is not important, but maybe you can have something in an Update where you can change this.
2./3. Done! Amazing what difference a little bracket can do! Thanks for finding my mistake!
4. Position 1 from last is called here “Untermenü Textfarbe” which I would translate to secondary menu text color. Position 17 is called “Untermenü-Hintergrundfarbe” which I would translate to secondary menu background color. What are the real meanings then? I changed them to the same as the main menu, but the secondary menu stays the same. I do agree that it could be confusing to have them both in the same color, but I wanted to try out how it looks like and it would be nice to be able to change them. You don’t need to send me a complicated code, but maybe it’s a project for you for the future.
6. Done!
Thank you for your nice theme and your great support!November 11, 2014 at 12:54 am #47276SakinKeymaster@Irina:
1. I am confused, you aid it’s not changes. But when I check in your site, your page title in orange. Can you be more specific on which title you are talking about.
2. Yes, we will add that color option in future updates.November 11, 2014 at 7:18 am #47285IrinaMember@Sakin: There is a difference between a post (article) and a page on wordpress. I was able to change the title color on all pages like on my about me page here: http://www.aussiebuschfunk.net/ueber-mich/
But on all the posts the title color is still black. Like here: http://www.aussiebuschfunk.net/warum-ich-greengeeks-als-oeko-webhosting-verwende/
I hope that makes sense now.November 12, 2014 at 11:30 am #47329SakinKeymaster@Irina: Ok I found the issue in title color options and I will fix that in new version update. For now, can you add the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-title { color: #f15917; }
November 13, 2014 at 7:09 am #47385IrinaMemberThanks Satin! Good Work!
-
AuthorPosts
- The topic ‘Color changes on my website’ is closed to new replies.