• http://freshbreezeinn.com/wordpress_new/inn_keeper/

    I am using a category as the primary menu item when I have child pages under them. So if you click on the Apartments button you will get a page which lists the three apartment pages that are listed as the pages in that category.

    The problem that I have is that the title of each page is dimmed. If I hover over the title the title will change to a different colour which is fine. Unfortunately the colour before it is clicked is barely visible.

    I am using a “Add Tags And Category To Page And Post Types” which enables me to use categories with pages

    I hope that is explained clearly enough.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey Bob, I’d love to help you, but I can’t seem to find the page you are talking about. Could you link me?

    Thread Starter Bob Varaleau

    (@bob-varaleau)

    Perfect! I think this css code oughta do it for you.

    .entry-title a {
        color: red;
    }

    You can change the color to what ever you’d like. Here is a link to a color picker site.

    If you want to change the color of the green hover effect, here is the code for that.

    .entry-title a:hover {
        color: blue;
    }

    Let me know if it work out. If you have any more questions, feel free to ask me.

    I think it would configuring with the CSS file for said fonts… dont ask me the code side though, not much of a coder lol-

    It seems wordpress.org is being a little glitchy for me right now. I can only see my reply when I’m logged in. I hope you can see this help.

    Perfect! I think this css code oughta do it for you.

    .entry-title a {
        color: red;
    }

    You can change the color to what ever you’d like. Here is a link to a color picker site.

    If you want to change the color of the green hover effect, here is the code for that.

    .entry-title a:hover {
        color: blue;
    }

    Let me know if it work out. If you have any more questions, feel free to ask me.

    Thread Starter Bob Varaleau

    (@bob-varaleau)

    Muchas gracias Wolfs

    I sure am glad there are generous people like yourself will to help out on this forum. I have been trying to sift through the code so that I can find these fixes myself but my brain just does not seem to want to function at that level. I am getting better at it though.

    The code worked fine. I went with white for now.

    The other issue I am interested in getting resolved is having a slider in the header using the Meta Slider plugin. I have found information on the 2011 & 2012 themes but not 2014. There is a topic open at http://wordpress.org/support/topic/slider-in-header-1?replies=4 The fix for that looks much more difficult than this one but it will be a good edition to any website.

    Thanks again

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Page title dimmed on posts page’ is closed to new replies.