• https://marthawills.com

    I want all of the links to be ##DF01A5. Not the red that is a part of the HTML. I’ve tried to edit css, add a plugin to edit the css… nothing is working.

    The theme is Ascetica, and many people say that you have to pay for help, but I’m not sure that’s true.

    Thanks!

Viewing 8 replies - 16 through 23 (of 23 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I tried to emphasise that was an example, but do you see what the issue is?

    Thread Starter runninginmommyland

    (@runninginmommyland)

    Tried the higher level css… still doesn’t work.

    Thread Starter runninginmommyland

    (@runninginmommyland)

    I do…

    But I can’t seem to get it to understand the code. Can you see the original…where the change might need to take place on the PDF?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Add this CSS:

    a,
    .byline a,
    .sidebar .widget ul li a,
    #footer a {
     color: #DF01A5;
    }

    I encourage you to use a browser developer tool like Firebug: https://getfirebug.com/ . That lets you see the CSS selectors that are applying to the page.
    When you view your website right click on the thing you want to style and select “Inspect element”. Along the right-hand-side you should be able to see the CSS selectors you need to override.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    But I can’t seem to get it to understand the code. Can you see the original…where the change might need to take place on the PDF?

    You can’t style PDFs.

    Thread Starter runninginmommyland

    (@runninginmommyland)

    I know..I was just wondering if you could see how the theme was coded to begin with. I’m going to attempt fire bug tomorrow. My brian is fried. I appreciate your help.

    If I can’t get it to work tomorrow, I’ll send out another help call. Thanks!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you can’t get the CSS working then try something that you know has to work, like:

    body { border: 10px solid red !important; }

    If that 10-pixel-red border still does not appear on your site then we can presume you have a syntax error in your CSS. In that case could you send us a link to a PasteBin page of all of the CSS you have in your CSS plugin?

    Thread Starter runninginmommyland

    (@runninginmommyland)

    Ok. I’ll do that first thing. Thx again.

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘Can't change color for life of me!’ is closed to new replies.