Okay
  Public Ticket #1023263
Custom CSS all type on website one colour
Closed

Comments

  • Mitch started the conversation

    Hi There,

    Love your theme & the new update! 

    I would like to make all text on my website one colour. At the moment "inside portfolio text / footer social media / portfolio share buttons" are all in grey / black still.

    Could you please provide me with coding for this :)

    i've attached the colour #ee5448

    Thanks so much!

    {"wp":{"use":false,"adminUrl":"http://www.just-white.com.au/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi Mitch,

    Thanks for you kind words

    Please add the code below to Custom CSS

    .single-portfolio-holder .social-links-plain .share-social .social-links a {
        color: #ee5448 !important;
    }
    footer.main-footer a {
        color: #ee5448 !important;
    }
    
  • Mitch replied

    Hi Ylli,

    That worked perfectly thanks! 

    Can you please give me coding to make the inside portfolio names and categories in that colour as well. 

    Many Thanks,

    Mitch

  • [deleted] replied

    Hi Mitch,

    Just add the code below to Custom CSS:

    .portfolio-holder .thumb .hover-state.hover-style-white h3 a {
        color: #ee5448 !important;
    }
    .portfolio-holder .thumb .hover-state.hover-style-white p a {
        color: #ee5448 !important;
    }
    

    Really like your site, is very clean and minimal.

    Will set this ticket as solved from here.