-
AuthorPosts
-
January 27, 2015 at 1:48 pm #386184
Hi
I want to change the icon box background color on the front site: http://www.psykosyntese.no/wp
I have Turn on the Custom CSS Class in functions.php:
– with this line I copy: add_theme_support(‘avia_template_builder_custom_css’);
– from this page: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
– and paste it directly under the ?php. in functions.phpI have made a Custom CSS Class: tik-boks-farve in the icon box menu, and put this code in the quick css:
.tik-boks-farve .iconbox_content {
background-color: rgba(87,113,49)!important;
Still, the background color in the box are transperant, and not the color i define in the CSS style…I have also tried this code in quick css:
.tik-boks-farve .iconbox_content {
background: rgba(87,113,49)!important;
wich dont work eatherWhat have i do wrong? I can see the line: add_theme_su….. also is showing as the last line in the window in functions.php…
Please help, it has work before, without Custom CSS Class and only a definition in quick css. Suddenly it dont work any more, then i turn on the Custom CSS Class but also that seems to make no differents :-/
Best regards!!
Tina62January 27, 2015 at 2:57 pm #386242Hi Tina62!
Thank you for coming back.
Try the following:
.tik-boks-farve .iconbox_content { background-color: rgb(87, 113, 49) !important; }
Regards,
GünterJanuary 27, 2015 at 3:04 pm #386254Hi Günter
Thank you for your quick respon. This don’t work eather – they are still transperant/no color…
Best regards
TinaJanuary 27, 2015 at 3:19 pm #386271Hi!
Thank you for coming back.
It works, when I insert it directly in FireBug.
Did you refresh your browser cache?
Recheck, that you do not have a syntax error in QuickCSS.
If you have still problems – can you give us an admin access so we can check directly?
Best regards,
GünterJanuary 27, 2015 at 3:35 pm #386286This reply has been marked as private.January 27, 2015 at 3:53 pm #386315Hi!
It is working now.
You forgot the closing } from the media query and also for the code above.
Cheers!
GünterJanuary 27, 2015 at 3:56 pm #386320Thank you so!!! Much!!! you guys in here are worth a million!!
Cheers!
TinaJanuary 27, 2015 at 4:31 pm #386344 -
AuthorPosts
- The topic ‘Custom CSS Class dont work in quick Css’ is closed to new replies.