Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #47508
    Leslie Bigos
    Participant

    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.jpg

    I 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;
    }

    #47517
    Leslie Bigos
    Participant

    I 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;
    }

    #47548
    Sakin
    Keymaster

    @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.

    #51542
    Leslie Bigos
    Participant

    Hi 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/

    #51618
    Leslie Bigos
    Participant

    Sakin,

    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.

    #51668
    Sakin
    Keymaster

    @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; }

    #51675
    Leslie Bigos
    Participant

    Thank 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!

    #51676
    Sakin
    Keymaster

    @bigoslesli: Thanks for your appreciation.

    #51678
    Leslie Bigos
    Participant

    I have purchased 3 themes but I would like to send a Donation for this help. Do you have a mechanism for that?

    #51679
    Sakin
    Keymaster

    @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 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘2 Menus Showing’ is closed to new replies.