Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #121287
    SouthTexasBrangus
    Participant

    Good morning!

    I have the pro version of Create Theme and for whatever reason I’m having trouble changing the hover color of the main menu. Any advice?

    http://www.southtexasbrangus.com

    I’d like to replace the original gold color to #c4d5df (a light blueish color).

    Thanks so much!
    A

    #121301
    tikaram
    Keymaster

    @southtexasbrangus : Go to Appearance => Customize => Additional css and add the following css.

    .main-navigation .current_page_item > a,
    .main-navigation .current-menu-item > a,
    .main-navigation .current_page_ancestor > a {
        color: #c4d5df;
    }
    .create-menu a:hover {
        color: #c4d5df;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #121406
    SouthTexasBrangus
    Participant

    Thank you!

    I’m also having trouble with the link color of my Posts. The Title shows up white, but I’d like it to be the same light blue color (#c4d5df).

    http://southtexasbrangus.com/category/female/

    Thanks!

    #121434
    tikaram
    Keymaster

    Go to Appearance => Customize => Additional css and add the following css.

    #main .entry-title, #main .entry-title a {
    	color: #c4d5df !important;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #121606
    SouthTexasBrangus
    Participant

    great! last questions, how do I ensure that the preview of the post includes a featured image? I’d like it to show with the image on the left and the preview text on the right, http://southtexasbrangus.com/category/female/

    Thank you!
    A

    #121643
    tikaram
    Keymaster

    @southtexasbrangus : While adding a new post make sure that you have added a featured image to the post. Your post must contain a featured image for each post to appear on the left and text on the right.
    Let me know if you have any more issues.

    Regards,
    Tikaram

    #121651
    SouthTexasBrangus
    Participant

    Thanks, this worked perfectly! But, the image is on top of the text, instead of aligned left with text on the right. http://southtexasbrangus.com/category/female/

    #121697
    tikaram
    Keymaster

    @southtexasbrangus : Please change the layout from customizer to get the image on the left and the text on the right:
    Go to Appearance => Customize => Theme Options => Layout Options
    Under Default Layout Select either Primary sidebar, content or Content, Primary sidebar.
    Let me know if you have any further issues.

    Regards,
    Tikaram

    #121718
    SouthTexasBrangus
    Participant

    Thanks, but this affects the layout of my homepage as well. I don’t need a sidebar on any pages, but I think it I standardize the size of the featured image it the consistent grid will work fine. But, how do I feature an image so it shows in the archived blog list, but when I click on the actual post there isn’t the small thumbnail image in the header: http://southtexasbrangus.com/2017/08/30/female-test/

    #121766
    tikaram
    Keymaster

    @southtexasbrangus : I checked the link from my end and I can see the featured image in the header. Please check the screen shot below and let me know.
    Screen shot : https://prnt.sc/gi7b3m

    Regards,
    Tikaram

    #121767
    SouthTexasBrangus
    Participant

    You’re right! But I don’t want the featured image to show up in the header of the blog post.

    #121808
    tikaram
    Keymaster

    @southtexasbrangus : To disable the Featured image in the header of the blog post.
    Go to WordPress dashboard and edit the post. Scroll to the bottom of the page where you can find Create Options. If you cannot find create options on the page scroll up where you can find Screen Options at the top right of the header and click on check box to enable Create Options.
    Inside Create Options Box Under Header Featured Image Options Click on disable to disable the featured image on blog post. Let me know if you have any more issues.

    Regards,
    Tikaram

    #121830
    SouthTexasBrangus
    Participant

    Thank you! Ok… Now I’m having link style issues. When I link to a PDF it isn’t changing the color to match the link style. Here I’ve linked to a PDF where it says “Click for Pedigree” but the color isn’t blue like the “contact us” link a little farther down the page: http://southtexasbrangus.com/herd-sires/

    #121961
    tikaram
    Keymaster

    @southtexasbrangus : Go to Appearance => Customize => Additional css and add the following css.

    h1 a,
    h2 a,
    h3 a,
    h4 a {
        color:#1e73be;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Main Menu Hover Color’ is closed to new replies.