Home Forums WordPress Themes – Premium Flat Responsive Change color in portfolio box?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #46972

    Hi 🙂

    I would like to use the styled portfolios.

    But below the pictures, when you hover over them there is a blue color appearing where the name and link to the post itself is, only on hover. I can’t figure out where to change this color? Can you help with a code to do so?

    Thank you so much, Millicentt

    #46973
    Styled Themes
    Keymaster

    Hi Millicentt,

    Can you show me a page URL where this is happening?

    thanks
    Imre

    #46974

    You can see it on your demo site under portfolio:
    https://demo.styledthemes.com/?theme=Flat%20Responsive

    When you hover over one of the pictures a blue color appears. The same happens when I use the portfolio option on my website.

    I would like this color to be something more neutral.

    Thank you, Millicentt

    #46981
    Sushil Adhikari
    Moderator

    Hi Millicentt,

    Please use the following css inside your child theme’s style.css file or inside additional css under appearance>>customize>>Additional css.
    You can customize the color on your own.

    .effect-st-portfolio .fr-style-portfolio-title h3 {
    	background-color:#c0c0c0;
    }

    Hopefully it works!
    Please let us notify.

    Thanks!

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