• I’m using a child theme and redux on the free version of Evolve. I’ve read through the forums and can’t solve these two issues and could use some help.

    1. Read More buttons – I can access Theme Options > Shortcodes > Buttons but and change to the button and border colors I want there but it only displays the border color on the site (displays green default on button)

    2. PNG-24 with a transparent background displays with white background.

    Hoping for a CSS fix for these ??

    https://healingyurt.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Use the following in Theme Options -> Custom CSS

    .read-more {
        background: black none repeat scroll 0 0 !important;
        border: 1px solid red !important;
    }

    Change the word black to the background color hex code you require.
    Change the word red to the border color hex code you require.

    As for your second issue.
    Sorry, I don’t understand your request.
    Please provide more details.

    Thank you.

    Thread Starter pqwinny

    (@pqwinny)

    Thank you! Buttons are now displaying properly ??

    As for the other issue: You’ll notice on the homepage that there are 2 instances of a yellow swirl image. Both images have transparent backgrounds but are loading with white backgrounds.

    I found a thread in the forum that said that in order for the background to remain transparent, it would need to be a PNG-24. I recreated the image as such and changed the first image on the page to
    https://healingyurt.com/wp-content/uploads/2016/06/my-spiral-24.png

    and left the second in its original form of
    https://healingyurt.com/wp-content/uploads/2015/05/my-spiral-copy.png

    Both are still displaying with white backgrounds.

    So my questions is what do I have to do to get images with transparent backgrounds to display as such and not with white backgrounds?

    Thank you.

    Hi,

    Use FTP to upload your images directly to your web server and use insert from URL in your media popup.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Read more button color and transparent gif issues with recent update’ is closed to new replies.