Link and accent color

Home Forums WordPress Themes – Premium Deck Pro Link and accent color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39819
    Annette Jebb
    Participant

    Hello I have changed the color in the customise theme section and it changes it sitewide except for the portfolio section on the homepage – the full stops, the hover on the portfolio image and text link to the portfolio page – remains red.
    I have attached a screen shot showing the accent color of red on on the portfolio section and green on my other links.
    Can you please advise how I can change this?
    Thanks Annette

    Attachments:
    You must be logged in to view attached files.
    #39840
    Bidur
    Moderator

    Hi Annette,

    To change the text link go to customizer > colors then change the Link & Accent Color.
    And for hover effect in portfolio there isn’t any option to change the color from customizer. For this you need to paste the following code and change the hash value of color according to your choice, in child theme style.css.
    #portfolio .post a:hover .overlay {
    background: #3a3030;
    }

    If you don’t want to create child theme you can use this plugin. https://wordpress.org/plugins/wp-add-custom-css/

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.