Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Divi Filterable Portfolio : Filter Background color…

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #271849
    damienLBE
    Participant

    Hello,

    I’m new on this forum so nice to meet you everybody ! I’m pretty new also for coding, and I’m french, so thanks for understanding :)

    I have an issue with a site I made on Divi. I don’t get why I can’t change background color of filters categories on this page :

    https://nicolas-castel.fr/realisations/

    I tried first to set

    background-color: transparent;

    in advanced option – Portfolio Filter.

    Not working, but it works on Active Portfolio Filter for active category.

    So I changed the css with this code :

    .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    background-color: transparent !important;
    }

    I really don’t understand why it’s not working.

    Can somebody help me?

    Thanks

    #271850
    chris_2080
    Participant

    try

    .et_pb_filterable_portfolio_0.et_pb_filterable_portfolio .et_pb_portfolio_filter a {
        background-color: transparent;
    }
    
    #271851
    damienLBE
    Participant

    Works perfectly thanks very much !

    Can you also tell me the css selecter for hover color to be transparent also?

    #271853
    chris_2080
    Participant

    the same, just add :hover

    .et_pb_filterable_portfolio_0.et_pb_filterable_portfolio .et_pb_portfolio_filter a:hover {
        background-color: transparent;
    }
    
    #286277
    EazyE
    Participant

    Hey, how did you make the border invisible as well? Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Design’ is closed to new topics and replies.