-
AuthorPosts
-
February 11, 2016 at 11:45 pm #581930
hi. can you please help me to get a white background for this colorsection with custom css class?
white-bg { background:#ffffff!important; }
February 12, 2016 at 12:01 am #581933a frequently made fault on inserting a css class is that the point infront of the class is forgotten.
on that field where you put in the class – there it has to be written without that dot. But on quick css you have to make it..white-bg { background:#ffffff!important; }
February 12, 2016 at 12:03 am #581934by the way – each color-section has on that edit field the possibility to determin a background-image or background-color (look to the tabs on edit case)
“Section Background Tab”- This reply was modified 8 years, 9 months ago by Guenni007.
February 12, 2016 at 12:45 am #581949Thank you. Can you help me with one other thing.
How can i delte this line and get this button green(#649600) on mouse over?
February 12, 2016 at 12:47 am #581950@background color white!
I do not have added it on quick css :) it is int eh style.css :) the color section below has a custom class bg-grey – this works perfect.
February 12, 2016 at 2:07 pm #582219Any idea how i can get this effect?
February 12, 2016 at 3:43 pm #582280Hi!
Please add following code to Quick CSS
#scroll-top-link { background: #649600; color: white; } #socket { border: none !important; }
Best regards,
YigitFebruary 12, 2016 at 4:10 pm #582292Thanks. How can i get it wite/transparent and only ON MOUSEOVER green ;)
February 12, 2016 at 4:11 pm #582293And to the first posting:
can you please help me to get a white background for this colorsection with custom css class?
white-bg {
background:#ffffff!important;
}February 12, 2016 at 4:51 pm #582332Hi!
Please change the code i posted above to following one
.page-id-294 #av_section_2 .container { background: white; } #scroll-top-link { background: transparent; color: white; } #scroll-top-link:hover { background: #649600; color: white; } #socket { border: none !important; }
Best regards,
YigitFebruary 12, 2016 at 5:07 pm #582341Thank you, To the background:
.page-id-294 #av_section_2 .container { background: white; }
February 12, 2016 at 5:44 pm #582360Hi!
Oh i see, please use following code instead
.white-bg .container { background: white!important; }
Regards,
YigitFebruary 12, 2016 at 5:46 pm #582364PERFECTO! CLOSED. Thank you Yigit!
February 12, 2016 at 5:47 pm #582368 -
AuthorPosts
- The topic ‘custom backgroud for color section’ is closed to new replies.