Tagged: yigit
how can i set the subheader in this special heading at the top also to white color
I now use a gallery and try all images inside the gallery to fit full width.
i use this code:
/*Galerie Bilder am Handy breiter machen */
@media only screen and (max-width: 479px) {
.responsive #top #wrap_all #av_section_12 .container {
width: 98%;
max-width: 100%;
}
.responsive #top #wrap_all #av_section_12 .av_textblock_section {
width: 85%;
margin: 0 auto;
}
}
But i want to put this code inside a custom css class. not directly via #av_section_12. then i have the possibilty to apply it to all my gallerys. can you help me with this. how can i get this code inside an css class :)
Thanks a lot, greetings from vienna, Alexander
Hi,
Did you try to set the color in the element options?
If not you can use the below CSS to make the heading while.
.av-subheading.av-subheading_above {
color:#FFF!important;
}
Kindly post issues related to the main topic. For different issue please create different tickets.
To add a custom CSS class name to the gallery element please check this link http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
Vinay