StyledThemes

change icons portfolio Lavish Pro theme

Home Forums Main Forum Theme Suggestion Box change icons portfolio Lavish Pro theme

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #16729
    Ruth Brommer
    Participant

    Hello

    Is it possible to change the icons which appear on the portfolio (to open the item of the portfolio)
    I want to use custom made icons for these

    Is it also possible to change the (background) color of these icons?

    See attached picture

    Kind regards
    Gert

    http://www.organisatiebureaudoen.nl
    Iconsportfolio.png

    Attachments:
    You must be logged in to view attached files.
    #21996
    Binaya D
    Participant

    Hi Ruth,

    It is not possible to change the icons.
    If you want to change the background color of icons, then please use the following css.

    
    .effect-st-portfolio i.portfolio_icons {
     background-color: #9F2203;
    }
    

    Note: If you use the css, then please use the custom css plugin or child theme to write css.

    Thanks

    #22032
    Ruth Brommer
    Participant

    thanks for helping me with this. It works, the background color is changed

    just one other question: Is it also possible to change the gray background color of the textlabels of the portfolio pictures?

    http://www.organisatiebureaudoen.nl

    See attachment for more details

    thanks

    #22034
    Ruth Brommer
    Participant

    Attachment doesn`t upload

    #22035
    Binaya D
    Participant

    Hi Ruth,

    You can upload in png and not in jpg. So, please try again.

    Thanks

    #22063
    Ruth Brommer
    Participant

    Thanks
    GrayPortfolio.png

    Attachments:
    You must be logged in to view attached files.
    #22065
    Binaya D
    Participant

    Hi Ruth,

    We are little bit confused about your issue, so we have provided all the css regarding this issue. To change the color as well as background color of text, please use the following css:

    
    .la-style-portfolio h3 {
        color: #fff;
        background-color: #282828; 
    }
    
    .effect-st-portfolio  {
        background-color: #fff;
    }
    

    Thanks

    #16730
    Ruth Brommer
    Participant

    Thanks,
    Sorry for the confusing, but it works now

    kind regards

    Ruth

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