• Resolved bruxxx

    (@bruxxx)


    Hi,

    Great plugin! I made the Spanish traslations a few days ago to help a little.

    Would you be so nice to let me know how do I replace the green color in hyperlinks with a custom one?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Veda

    (@vedathemes)

    Hi there,

    I am really glad to know that you have made Spanish translation of this plugin. Thanks for your help.

    To replace green color,
    1. Go to WordPress Dashboard.
    2. Navigate to Appearance > Customize > Additional CSS
    3. Copy paste following css in the Additional CSS field,

    .pp-podcast.pp-dark[id^=pp-podcast-] a {
    	color: #333333;
    }
    .pp-dark .pod-tabs button.pod-button.active {
    	border-color: #333333 !important;
    }

    4. Replace ‘#333333’ with your required color hex code.
    5. Click Publish button.

    This should change the color.

    Just to let you know, In next update I will include an option to change theme’s accent color (link color).

    If it is not clear or you need some other help, please let me know.

    Thanks

    Thread Starter bruxxx

    (@bruxxx)

    Thank you, it works perfectly!

    Is good to know that the next update will include that option.

    Thank you for this awesome work!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Green color in hyperlinks’ is closed to new replies.