I want a color behind the heading on my home page and have identified that page using css: .home page page-id-389 page-template-default logged-in admin-bar boxed roboto arial-websave _arial customize-support .flex_column av_two_third h3, h4, h5 {
background-color: #112d51 !important;
}
However, ALL my h4 titles throughout the site have a background color. I’ve set a css rule: h1, h2, h3, h3, h4, h5 {
font-weight: 300 !important;
background:none;
}
but it doesn’t work.
I also can not get radius around text widget images and have tried all different methods of css.
Hey ckwellington!
Following selector is wrong
.home page page-id-389 page-template-default logged-in admin-bar boxed roboto arial-websave _arial customize-support .flex_column av_two_third h3, h4, h5
Can you please point out the changes you would like to make using this selector?
Cheers!
Yigit
I was able to get the first issue fixed. I would like to add radius corners to images inside RH column (home page), and the text widgets (pages).
Thank you!
Hey!
Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your column and give it custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class img { border-radius: 15px !important; }
Cheers!
Yigit