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

    Hi,

    I tried to change the position of the navigation buttons of a content slides adding this:

    .avia-slideshow-dots.avia-slideshow-controls {
    position: absolute;
    top: 300px;
    left: 0px;
    }

    no sucess, i need to align them in the center of the text above

    Thanks!

    • This topic was modified 5 years, 7 months ago by Nerohm.
    #1083945

    Hey Nerohm,

    We apologize for the delayed response, try adding this css code in Quick CSS, located in Enfold > General Styling:

    #top #wrap_all .avia-content-slider-element-container .avia-slideshow-dots {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -24px;
        padding-right: 0 !important;
    }

    Best regards,
    Nikko

    #1084157

    Hi Nikko,

    I allready managed to fix that, i have another questions i want to remove the slightly transparent from the header without effecting the transparent header of other pages, and how do i change a menu button style (with transparent bg and a white border) only in the transparent header?

    Thanks!

    #1084611

    Hi Nerohm,

    I allready managed to fix that, i have another questions i want to remove the slightly transparent from the header without effecting the transparent header of other pages

    Try adding this css code in Quick CSS:

    #header .header_bg {
        opacity: 1;
    }

    and how do i change a menu button style (with transparent bg and a white border) only in the transparent header?

    In Appearance > Menus, set Menu Style to Button Style (Bordered).
    Then go to Enfold > Advanced Styling, choose Menu Item Button with Border and click on Edit Element button then set the border color to white.

    Best regards,
    Nikko

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