• Resolved harryfine

    (@harryfine)


    Hi

    Have 2021 v1.4 using latest WP 5.8. New site, setting up for a friend. Downloaded the current version of the addon primarily because I couldn’t get the clicked link to remain at white and readable when clicked here.

    https://joannagao.ca/home-page/horse-riding/

    Changed the color to WHITE, but had no effect. Lots of other things did nothing, for instance I was trying to change the Page title to white or to rid myself of the page title and big gap completely of this page:

    https://joannagao.ca/home-page/blog/

    But nothing happened when I made the selection, published and refreshed.

    So I must be doing something wrong cause these can’t all not be working. Or can they?

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Hello Harry,

    Sorry you’re having issues.

    Can you please explain exactly what “clicked link” you are referring to and exactly what option you are using to “Change the colour to white”?

    There is not currently an option to change the page title colour, can you please let me know exactly what option you were trying to use to do this?

    To completely hide the post / page header you can use “Customizer – Content Options – Hide Post / Page Header”. You can then add a header block which you can use to set exactly what colour you want for the title.

    Oliver

    Thread Starter harryfine

    (@harryfine)

    The link on this page for the Riding Academy. Stays dark after selected so can’t read it on dark wallpaper.

    https://joannagao.ca/home-page/horse-riding/

    Plugin Author Oliver Campion

    (@domainsupport)

    Because your background isn’t always dark, why don’t you add a glow effect with text-shadow to highlight it more … ? Try adding this to “Customizer – Additional CSS” …

    p.has-text-color a {
    text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white;
    }

    Oliver

    Thread Starter harryfine

    (@harryfine)

    But my question is, why doesn’t the addin work to turn the text to white?

    Plugin Author Oliver Campion

    (@domainsupport)

    Actually there’s a couple of reasons … firstly, the theme thinks your site is “light” not “dark” (probably because of the custom background colour you’ve chosen.

    Secondly, you have set the colour of the text in the text block to be white and the theme’s CSS uses this …

    p.has-text-color a {
    color: var(--wp--style--color--link, var(--global--color-primary));
    }

    … to make sure that links in blocks that have a text colour are set to be the theme’s link colour, which in your case is a dark colour because your theme thinks the theme is “light” (as explained above).

    So … you can either use some CSS in “Additional CSS” like …

    p.has-text-color a {
    color: white;
    }

    … or you can set a darker background colour in “Customizer – Colours and Dark Mode – Background Color”.

    Hope that helps to explain things.

    Oliver

    Thread Starter harryfine

    (@harryfine)

    That was it. It was the background color. I had no idea the background color mattered when I had a full screen picture background. Thanks so much.

    Plugin Author Oliver Campion

    (@domainsupport)

    Great, glad that’s sorted!

    Oliver

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Addon Doesn’t Have Any Effect on My 2021 Site’ is closed to new replies.