Tagged: color change
- This topic has 5 replies, 2 voices, and was last updated 7 years, 10 months ago by
Sakin.
-
AuthorPosts
-
May 1, 2015 at 9:03 pm #56936
Tlhdesigns
MemberHi is it possible to change the color of the title and description text from gold to another color in the Free Create Theme for WordPress.
The domain I’m working on is http://www.hmdayspachicago.comMay 1, 2015 at 9:07 pm #56938Tlhdesigns
MemberThere’s no custum CSS box in my sidebar/ WordPress admin panel…
May 1, 2015 at 10:58 pm #56952Sakin
Keymaster@Tlhdesigns: Yes, that option is there only in Pro version. For free version, you can install Catch Web Tools plugin and then add custom css from “Catch Web Tools => Custom CSS” box. You can change the color code in the following css and then add it:
.site-title a { color: #cfa205; } .site-title a:hover { color: #e7b507; } .site-description { color: #cfa205; }
May 2, 2015 at 1:21 am #56958Tlhdesigns
MemberGot it! Thanks Sakin!
May 5, 2015 at 9:06 pm #57195Tlhdesigns
MemberHey Sakin, I’m back again.
What coding do I put into the css box to change the colors of my main link bar at the top from the gold hover.
Also my menu section in my admin, appearance of the control panel isn’t working correctly. I can’t choose what pages to add to my menu bar anymore. The side of it is completely gone all it says is format, no pages. This occurred when I activated this theme.
May 8, 2015 at 10:28 am #57377Sakin
Keymaster@Tlhdesigns: Find the following css in your Custom CSS
.main-navigation a:hover{color:#cab79a; }
Then replace with the following:
.main-navigation a:hover, .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a { color:#cab79a; }
Hum, we are not experience this issue. We have been using default WordPress custom menu. Did you went to “Appearance => Menus” and add in pages. Maybe there is plugin conflict. try disabling plugin one by one and check in.
-
AuthorPosts
- The topic ‘Create Theme’ is closed to new replies.