Tagged: menu
- This topic has 9 replies, 2 voices, and was last updated 9 years, 9 months ago by Sakin.
-
AuthorPosts
-
November 15, 2014 at 2:13 am #47508Leslie BigosParticipant
All of a sudden, I have a second Menu appearing. My site is basted on Kathmandu Pro. The site is here: http://coastalvisionblog.ipower.com/nerdt/
Screen shots of my menu settings can be found here:
http://lsbwebworks.com/menu-settings-customize.jpg
http://lsbwebworks.com/menu-settings-customize2.jpgI don’t understand why the Primary Menu is coming from because the Page #’s are not in the same order as the menu that I have defined.
I have a second question. I would like to change the color of my Site Title and used the Custom CSS option. The color change is not appearing. Here is the code that I used.
/* For Site Tagline */
#site-description {
font-size: 20px;
padding-left: 50px;
color: #37c299;
font-style: normal;
}November 15, 2014 at 8:32 am #47517Leslie BigosParticipantI fixed the 2 menu problem by reading other postings and finding this fix:
There is two way to remove that. 1. You can just disable Header Right Sidebar from “Appearance => Theme Options => Header Options”.
So, my only other issue open is how to change the site-description color. My code looks like this but the Site-description does not change colors.
/* For Site Tagline */
#site-description {
font-size: 20px;
padding-left: 50px;
color: #37c299;
font-style: normal;
}November 16, 2014 at 5:38 am #47548SakinKeymaster@bigoslesli: You don’t need to change the color of your site title and tagline from Custom CSS. You can change that from “Appearance => Header” and change the color from Header Text ‘Text Color’ option.
February 12, 2015 at 11:16 am #51542Leslie BigosParticipantHi Sakin,
Sorry to bother you with this but I am just not finding where I can make by Site Description different from my Site Title. I’m using Pro Kathmandu and I want the Site Title Red and the Description yellow. I defined Site Title color in the Customize Theme: Colors.
I added custom CSS for the site description but it is not working:
/*For Site Title */
#site-title {
font-size 3em;
text-transform:uppercase;
font-family: “EB Garamond”, Palatino,sans-serif;
font-weight: normal;
}/* For Site Tagline */
#site-description {
font-size: 1.9em;
color: #d3bf81;
font-style: normal;
text-transform: uppercase;
}My site is: http://www.yarlungrecords.com/news/
February 13, 2015 at 4:28 am #51618Leslie BigosParticipantSakin,
I am wondering if you missed by last question about site-description. I would like to change the color on the site-description different from the site-title. See the above post. I didn’t know whether I should start a new thread?
Sorry for the confusion.
February 13, 2015 at 8:49 pm #51668SakinKeymaster@bigoslesli: When you add in Custom Color from “Appearance => Header”. It creates color as important in both site title and description. That is why it’s not working. Can you try adding in the following css instead:
#masthead #site-description { color: #d3bf81 !important; }
February 13, 2015 at 9:29 pm #51675Leslie BigosParticipantThank you! I am so grateful! I would have never figured this out on my own and I was playing with a lot of CSS.
Thank you, thank you!
February 13, 2015 at 9:31 pm #51676SakinKeymaster@bigoslesli: Thanks for your appreciation.
February 13, 2015 at 9:37 pm #51678Leslie BigosParticipantI have purchased 3 themes but I would like to send a Donation for this help. Do you have a mechanism for that?
February 13, 2015 at 9:48 pm #51679SakinKeymaster@bigoslesli: Yes we have donation page at http://catchthemes.com/donate. We use this donation fund for developing free version and free support.
It will be great if you support Catch Kathmandu theme by providing your review and rating at https://wordpress.org/support/view/theme-reviews/catch-kathmandu/. Thanks a lot 🙂
-
AuthorPosts
- The topic ‘2 Menus Showing’ is closed to new replies.