Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1361388

    Note: this is not a cache issue, I check many times.

    I made new buttons with custom color, but while editing shows when I am logged in, to logged off users (so anyone) they don’t apply, buttons are white.

    I remember a similar issue in the past with blocks background color, which would not apply but visible when logged in.

    See here: https://ibb.co/MC9QFPr

    #1361389

    Btw, I also try disable various minify css, js etc options but might be wrong but, issue persist

    #1361390

    Hey boys, never mind, I fixed. I will give another question though, how can I avoid button CTA and description to overlap?
    Check private links.

    #1361412

    Hi Jacopotj,

    There are two ways to approach this:
    1. Make the fonts smaller.
    2. Adjust the right margin, try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-promocontent {
        margin-right: 240px;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #1361740
    This reply has been marked as private.
    #1361761

    Hi,

    Please try this CSS instead:

    @media only screen and (min-width: 768px) {
    #top .avia-promocontent {
        margin-right: 240px;
    }
    }

    It doesn’t really matter where you add the CSS, it should have the same load time anyway.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.