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

    Hi! i will like to know where can i find the Enfold ccs stylesheet, so i can access from the file from a ftp.
    thank you!

    #499596

    Hi Amaya2010!

    Yes, please go to wp-content/themes/enfold/css folder and you can find CSS files there :)

    Cheers!
    Yigit

    #499600

    Hi Yigit, thank you, i found it, can you help me with code please, im trying to change the Height in my right sidebar, because i see way to much space between the contact us, the Proud member logo and Locations:
    http://westboundmedia.com/branding/

    #499725

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .sidebar .widget {
        padding: 15px 0 30px 0;
    }

    Adjust the value 15 to your liking.

    Regards,
    Rikard

    #499954

    Perfect Rikard! it work thank you! :)

    I will like to know how can I add grey thins lines to the submenu:
    http://westboundmedia.com

    #499988

    Hey!

    Add this to your custom CSS.

    #avia-menu .sub-menu li {
      border-bottom: 1px solid #e1e1e1;
    }

    Regards,
    Elliott

    #499992

    wow! awesome Elliot! looks great! thank you :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Enfold ccs styleshhet’ is closed to new replies.