Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #999038

    Hello,

    I would like to have transparent background for link-featured images in a logo/partner element. It seems to be set to theme highlight background color.

    I tried several CSS found on the forum, such as :

    .alternate_color .avia-content-slider .slide-image {
      background-color: white !important;
    }

    #top .avia-logo-element-container .slide-image { background: transparent !important; }

    .avia-content-slider .slide-image {
      background-color:white !important;
    }

    Cache plugin is disabled and I performed full refresh

    Can you help me please ?

    Regards,

    • This topic was modified 5 years, 11 months ago by phare-ouest.
    #999074

    Hey phare-ouest,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .avia-smallarrow-slider .slide-image {
        background-color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #999119

    It works great.

    I think I do not sufficiently understand the css file usage conditions : When should I use enfold Quick Css field vs enfold/css/custom.css file vs enfold-child/style.css file ?

    Thanks a lot

    #999192

    Hi,

    If you don’t have a lot of CSS then I think it’s easier to use Quick CSS, if you do have a lot of CSS then it might be a good idea to move it to one the files you mentioned to keep it more organised.

    Best regards,
    Rikard

    #999823

    Ok thank you. I said that, because puttind the code via backend>Appearance>Editor did not work. I had to use quick css feature.

    #999944

    Hi,

    Did you need further help, or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1000052

    I’d juste like understand if I can use backend>Appearance>Editor, and it will be OK. But maybe it’s rather a WordPress question than Enfold.

    #1000148

    Hi,

    You should be able to use that, but there might be caching going on so the changes don’t come through? If that is the case then I would recommend that you use Quick CSS instead.

    Best regards,
    Rikard

    #1000330

    OK I’ll do that. Thanks a lot for your efficient help. Subject resolved and close.

    Best regards
    Fabien

    #1000601

    Hi Fabien,

    Great, thanks for the feedback. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1000602

    Hi,

    Forgot to close :-)

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Logo/Partner element link background’ is closed to new replies.