Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1048014

    Hi,

    I moved my partner logo up the page and some now have a light grey background behind them…

    On my services page the background image used to have writing from a special heading and general text on top, they no longer show up but do when the elements are pulled out of the colour section.

    I have tried creating another colour section that is the same and I still have the same issue. I have since update Enfold but no changes have occurred in my favour.

    Please help and advise where possible.

    I have attached details in private.

    #1048645

    Hey Christopher,

    Credentials did not work for me. Could you please update the credentials?

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1048722

    I’ve just log in with the below details – for some reason it didn’t work first time but did second…

    #1048879

    Hi Chris,

    Best regards,
    Victoria

    #1048953

    I’ve created you a new one below haha. It isn’t making it easy for us.

    #1048954

    Scrap that password – I had to create another. I signed in with this one too so you should be fine to also.

    #1049209

    Hi,
    Sorry for the late reply, I took a look at your service page and found this css is hiding your text on your top color section:

    .js_active .av-minimum-height .container {
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity 0.6s ease-in;
        transition: opacity 0.6s ease-in;
    }

    but I didn’t find where it is being added, I looked in your Quick CSS, custom.css, and the WP customizer. This css is very broad and could be effecting other elements on your site.
    I was able to override it by adding this css to your WordPress > Customize > Additional CSS

    .js_active .page-id-515 .av-minimum-height .container {
        opacity: 1 !important; 
    }

    To correct the background of your partner logos I added this css to your WordPress > Customize > Additional CSS

    .main_color .avia-content-slider .slide-image {
    	background: #fff;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

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