Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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
    Steve

    #1363244

    Hey 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,
    Rikard

    #1363680

    Ok, 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-child

    but 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:
    ENFOLD-RUe-BG-COlor

    Any suggestions?

    #1363687

    Hi,

    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,
    Rikard

    #1363972

    This is it ;-)
    Color Section. Which works on full width:

    Thank you, Task closed.

    #1363976

    Hi,

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘WooCommerce Products with AVIA Layout architekt’ is closed to new replies.