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!
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
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!
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