Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #508926

    How setting style #ffffff menu ?

    http://www.illillo.it/nuovo

    #508931

    Hey unicaweb!

    Please go to Enfold theme options > Header > Transparency Options and change link colors to #ffffff :)

    Best regards,
    Yigit

    #509166

    Thanks!

    Is possible change color background of DIV class “av-subheading” by admin theme or css customized ?

    #509360

    Hi,

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

    .av-subheading {
    background-color:red !important;
    }

    Thanks,
    Rikard

    #509852

    Yes but for only homepage header?

    #509869

    I need to set more bottom only heading and subheading for homepage bacuse is over the image.

    #509934

    Hey!

    Please change the code to following one

    .home .av-subheading {
    background-color:red !important;
    }

    Best regards,
    Yigit

    #509978

    Sorry but I need to move only .av-special-heading-tag more bottom and only for homepage, thanks.

    #509982

    Hey!

    Please use following code instead

    .home .av-subheading.av-subheading_below {
        top: 20px;
        position: relative;
    }

    Cheers!
    Yigit

    #516671

    I need to move more bottom only this class “av-special-heading-tag” in homepage:

    <h1 class=”av-special-heading-tag” itemprop=”headline”>xxx</h1>

    #517148

    Hi,

    Try increasing the pixel value if the code Yigit gave you is working:

    .home .av-subheading.av-subheading_below {
        top: 50px;
        position: relative;
    }

    Thanks,
    Rikard

    #517185

    Yes, I need for this two class but only once not for other class in same page.

    .home .av-special-heading-tag
    .home .av-subheading.av-subheading_below

    See http://www.illillo.it/head.jpg

    #517441

    Hi!

    You can try using the code as following one

    .home .av-special-heading-tag, .home .av-subheading.av-subheading_below { 
    top: 50px;
        position: relative;
    }

    Regards,
    Yigit

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