Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #881944

    Hi,

    I’m trying to change the text link color – can you please let me know the CSS for this?

    Also I’m not sure if there some glitch with the theme but my H2 is appearing in uppercase even I set ‘Text Transform’ to none, and some settings I set under Enfold Child Theme Theme Options is not appearing correctly… Do you know what’s wrong?

    Many thanks

    Risa

    #881946

    Hey 2eminds,
    Please include the url to the page in question so we can take a closer look.
    Please explain if it is all links or just some, and which H2 or is it all.

    Best regards,
    Mike

    #881959

    Hi Mike

    I’d like to change all the text links (but not the menu links etc.) to #67b5a5

    Many thanks

    #881987

    Hi,
    I disabled your caching plugins, & cleared them a few times and added:

    #wrap_all #main .main_color .template-page .entry-content-wrapper  h2 {
        text-transform: none!important; }
    strong a,.main_color a {color: #67b5a5 !important; }

    which should have worked, but didn’t.
    Can you see if your host is also caching?
    If you want me to enable your caching plugins I will, but thought this would be a good test.

    Best regards,
    Mike

    #881998

    Hi Mike

    I’ve checked and the static cache is enabled by my host. Do you want me to disable it?

    Many thanks

    #882009

    Hi,
    I think that will allow your css changes to work while you are building the site.

    Best regards,
    Mike

    #882015

    Hi Mike

    I disabled the static cache but the CSS changes aren’t showing still.

    Any other suggestions?

    Many thanks

    #882021

    Hi,
    I added the css to your child theme style.css at the end directly, and it seems to be working now.
    Please clear your cache and check.
    For some reason the General Styling > Quick CSS field didn’t update your css, but this may work it’s self out with your caching off.
    I recommend keeping your caching off until you are done building the site, also check your General Styling > Quick CSS field for anymore rules that are not being applied, as you may want to move them to your child theme style.css
    I notice that your child theme seems to have a copy of every file that makes your parent theme, is this by design? I’m used to only seeing modified files there. I wonder if this is a factor in General Styling > Quick CSS field not working as expected.

    Best regards,
    Mike

    #882029

    Hi Mike

    Thank you for this – it looks like the CSS changes are now working and I can see that the text links are in lighter green. However, I didn’t want to change the color of the button font, or the blog grid blog post title and “read more’ links. What’s the way around this?

    I don’t quite understand what you mean by “a copy of every file that makes your parent theme”. Can you let me know what this mean?

    Many thanks!

    Risa

    #882049

    Hi,
    When I was adding the css to your style.css in your child theme, I thought I saw a lot of files listed, but now when I went back it was just the three as normal, strange, or it’s just me. Sorry to alarm :)
    Try changing the link css to this:

    p a strong,p strong,.main_color p a {color: #67b5a5 !important; }

    This assumes that all links that you do want in the new color will be in a text paragraph. Thus titles & read more links will not.

    Best regards,
    Mike

    #882265

    Thank you – this worked perfectly!

    #882293

    Hi,

    Did you need further help with this or shall we close this topic?

    Best regards,
    Jordan Shannon

    #882672

    Thank you and yes please close this topic.

    Many thanks

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Change content link color’ is closed to new replies.