-
AuthorPosts
-
August 30, 2022 at 10:59 am #1363174
1. Am I right? WooCommerce Products do not work with AVIA Layout architekt? Using AVIA Layout architekt for Editing Product template, all Product informations dissapear, right?
2. There is no Option to set BACKGROUND COLOR on Module «Rotierende Überschrift» at the moment. Only for «Benutzerdefinierte Schriftfarbe» but not Background (Hintergrund). So I did like:
#main .container_wrap_first:first-child {
border: none !important;
background-color: #000000;
color: #efefef;
}
but this colors first DIV on every single page now.
Any other idea how to set Background Color on Section «Rotierende Überschrift»?
Look here, Rotation text on top above Slideshow: https://avia.teapost.ch/Thank you
SteveAugust 30, 2022 at 4:40 pm #1363244Hey Steve,
1. If you want to use the Layout Builder to create your products, then everything needs to be added manually to it using the elements from the Layout Builder.
2. I’m not sure if I fully understand this problem. Please create a test page and try to explain the problem a bit further. Also please include admin WordPress login details in private.
Best regards,
RikardSeptember 2, 2022 at 4:59 pm #1363680Ok, on this Page:
under HEADER with Logo above Slideshow, I have a Module «Rotierende Überschrift»
In the STIL (Style) Settings for «Rotierende Überschrift» it is only possible to set the FONT Color but not the BACKGROUND Color of the «Rotierende Überschrift» Section, as I need that one black #000000.
–> I need a CSS class to target to this DIV or Module. So I’ve put the background-color: #000000 ; on the .container_wrap_first:first-childbut now, I get a black Background on every page on first child (altough page-id set)
/* Ticker Banner */
#page-id-13.html_minimal_header #main > .avia-builder-el-0, .av_minimal_header + #main .container_wrap_first:first-child {
background-color: #000000 ;
}Look here, then you see what I mean:
Any suggestions?
September 2, 2022 at 8:38 pm #1363687Hi,
Thanks for the clarification. Why don’t you add a Color Section and add a background colour to that? Then you won’t need to target the Headline Rotator with any custom CSS.
Best regards,
RikardSeptember 5, 2022 at 7:18 pm #1363972September 5, 2022 at 7:56 pm #1363976Hi,
Great, I’m glad that we could help. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard -
AuthorPosts
- The topic ‘WooCommerce Products with AVIA Layout architekt’ is closed to new replies.