Change link color to blue on blog posts and footer problems?

  • 1. Having trouble with the link to other pages being the same color as the text color of the blog post. I would like to change the link color to blue. The website url is in the private information. When you go to the link and go to the words “our guide to cruise gratuities.” and hover over it, its like a gray. I would like the link to be blue all the time and when you hover over it. How do I change this?

    2. Also for the footer, website in private information, at the footer I have About us, Privacy Policy, Editorial Policy, and Contact Us at the bottom. But on mobile it looks funny. Is it possible to have those 4 just line up from top to bottom when viewed on mobile?

    Thank you!

  • Hi there,

    1. Can you go to customizer > colors > body, and change the link color and link hover color from there?

    2. You are using a WP group block to wrap the 4 text blocks. Can you remove it so you can control the layout of the 4 texts within the container gb-element-f7a19e96?

    You can set the container’s display to flex, flex-direction to row on desktop, and change the flex-dirction to columns on mobile.

  • So for #1, if I change the Body link color or if I go to Content and change the link color there it changes the main home page link color of each article title. I only want to change the link color in the article that has a link.

    So when I change Body or Content link color the front page of “Latest News” the hero cards, the title of each article link changes blue. I don’t want to change those

  • Hi there,

    If you mean only links inside the actual post content, you can use this CSS:

    .single-post .dynamic-entry-content a,
    .single-post .dynamic-entry-content a:visited {
        color: #1e73be;
    }
    .single-post .dynamic-entry-content a:hover,
    .single-post .dynamic-entry-content a:focus {
        color: #111111;
    }

    Just replace the color values with your preferred colors.

  • I went to the addiontional css and added that code you gave me and it didn’t change anything. Maybe I did something wrong?

  • Sorry, it looks like I had the selector wrong.

    I’ve updated the CSS above. Could you replace the previous CSS with the updated version?

  • I just updated the code and still not seeing any changes. Any other ideas or maybe I’m doing something wrong?

  • It could be a caching issue.

    Can you try clearing/purging the cache for the entire site and then check again?

  • Cleared cache and still the same unless its showing different on your end?

  • Looks good from my end: https://cln.sh/hwc6VgycF3mvw69PmP92

    Could you try viewing the site in a different browser or an incognito/private window?

  • Tried in incognito and another browser and still the same. Not sure if this makes a difference but Im on mobile and not desktop, does that change anything?

  • Hello,

    Can you please clear all the Content link colors from the Customizer? Those usually create issues. Just use the body colors.

    Let me know when done!

  • Hello,

    Can you please clear all the Content link colors from the Customizer? Those usually create issues. Just use the body colors.

    Let me know when done!

  • I think I already have the link for content cleared. Here is what I have:

    https://ibb.co/5xxQGFrR

  • Hi,

    The page being served is cached by LiteSpeed cache. If you append ?nocache in the URL, you will see the uncashed version. Clear the cache and try again.

  • Okay it looks like the ?nocache works so I hope everyone else sees it normally? Looks like on my desktop it works.

    For the footer, got a few things. I did everything Ying asked me to do. Except now the about us, privacy, etc is now all the way to the left. If I select “”Justify Content” and click center it only goes over tot he right a little bit and doesnt center it completely. So I unselected justify content for now and left it how Ying told me but would like the center fixed.

    But on mobile it looks like it needs to move over to the right a bit and also not cented. But on mobile the Contact Us looks like its not lined up with the other ones and to the right a bit.

Viewing 16 posts - 1 through 16 (of 21 total)
  • You must be logged in to reply to this topic.