• Resolved healthymc

    (@healthymc)


    Hi. I love your theme.

    When I changed over to your theme, a random dropdown appeared on the home page that I can’t seem to remove. If I click on it, nothing happens. I don’t know where it came from or how to get rid of it.

    You will find this under the first main picture on the left. The dropdown is entitled “About Healthy My Choice”.

    Also, I included the following in a different post. I still need help with this as well:

    How do I change the hyperlink color and add an underline? Right now my hyperlinks are black with no underline unless I hover. Hovering only makes the underline show up but does not change the text color. I added the CSS code provided in this forum, but nothing changed. Here’s the code I added to CSS that did not work:

    .single .entry-content p a {
    color: #295912;
    text-decoration: underline;
    }

    Please advise.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • siniplyrathemes

    (@siniplyrathemes)

    Hi @healthymc.

    Thank you for contacting us and I’m glad to see that you love our theme. ??

    That text comes from Customize -> Blog Feed, then scroll down and you’ll find it under “Heading for Blog Feed”. You can change it there or if you want to hide it completely please add this to Customize -> Additional CSS:

    .blog-feed > h2 {
        visibility: hidden;
    }

    If you’d like to make ALL links underlined please add this

    a, a:hover, a:visited, a:active, a:focus {
        text-decoration: underline;
    }

    Regarding the colour change of links that will have to be applied individually to different parts so could you tell me where you’d like to have color: #295912; applied?

    Kind regards.

    Thread Starter healthymc

    (@healthymc)

    Hi.

    Thanks for responding so quickly! You are amazing!!!!

    I found the area you mentioned, Customize ->Blog Feed ->Heading for Blog Feed. The text there did not match what was on my screen, but if I enable Recent Posts section then the text matches. Still not sure how to change the Blog heading, but using the CSS code removed it completely.

    Re: hyperlinks, I added the code to make all links underlined, and that is not what I want. I just want the hyperlinks in blog posts and pages to be underlined and have an assigned color.

    The following page is an example. The very last line of the blog mentions the Mayo Clinic. The underline doesn’t show until I hover and there is no color change.

    healthymychoice.com/take-30-minute-scenic-walk/

    Lastly, I used CSS code I found in the forum to make my blog text larger. However, that code change does not make the larger blog post on the front page larger. How can I affect that?

    Thanks again.

    siniplyrathemes

    (@siniplyrathemes)

    No problems, please try these CSS snippets

    This one should take care of underlining links in blog posts and link colour:

    .single-content a, a:hover, a:visited, a:active, a:focus {
        color: #295912;
        text-decoration: underline;
    }

    And this should take care of that blog post font size:

    .frontpage-large-post .entry-summary {
        font-size: 18px;
    }

    Please let me know how it works.

    Thread Starter healthymc

    (@healthymc)

    Your support and responsiveness are the BEST I have ever received for a theme!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    The CSS snippets worked!

    The only thing is that the hyperlink changes don’t work on the large front page post for some reason. However, everything else does. Is there a fix for this?

    Thanks again.

    siniplyrathemes

    (@siniplyrathemes)

    OK, let me take another shot at it… ??

    .frontpage-large-post a, a:hover, a:visited, a:active, a:focus {
        color: #295912;
        text-decoration: underline;
    }

    Hopefully this should do the trick.

    While at it, if it works, could I ask you for a quick review here – https://www.ads-software.com/support/theme/kale/reviews/ ?

    Kind regards.

    Thread Starter healthymc

    (@healthymc)

    That did the trick. Thank you so much for your help. I will definitely provide a great review.

    siniplyrathemes

    (@siniplyrathemes)

    Thank you for the nice review. ?? We appreciate it!

    If you need anything else, just ask.

    Could you please mark this thread as “Resolved”.

    Thank you for your time and have a nice day!

    Thread Starter healthymc

    (@healthymc)

    Thanks again for your help.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Random Dropdown On HomePage and Hyperlink’ is closed to new replies.