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

    Hello,

    After successfully adding gradient color on the color section by using this code:

    .footerlogo { 
    background: #00677f;
    background: -moz-linear-gradient(-45deg,  #00677f 0%, #ffffff 100%);
    background: -webkit-linear-gradient(-45deg,  #00677f 0%,#ffffff 100%);
    background: linear-gradient(135deg,  #00677f 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00677f', endColorstr='#ffffff',GradientType=1 );
    }

    i added overlay pattern (PNG image), and it repeat itself all the screen,
    I need one logo in the center of the page. (color section is 300px height)

    What shall if do?

    Thank you

    #701481

    Hi astropower!

    Please edit your page and place Image element under Media Elements tab of Advanced Layout Builder and insert your logo inside it. You can add three 1/3 column elements and place your logo into the middle one :)

    Cheers!
    Yigit

    #701525

    Hello Yigit,

    So simple.

    Thank you

    #701605

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Gradient on color section + center transparent Logo on it.’ is closed to new replies.