Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1243089

    Hello, how or where can I change the layout of the notification box? I would like e.g. Don’t center the text or change the frame color, maybe round off the corners …

    #1243292

    Hey Talker77,

    Could you post a link to where we can see the element in question and point out the changes you would like there please? If you have a screenshot or mockup highlighting your intentions then that would help too.

    Best regards,
    Rikard

    #1243425
    This reply has been marked as private.
    #1243493

    Hi,

    Add this to quick css:

    #cookie-notice{
    border-radius:20px!important;
    }
    
    .cookie-notice-container {
    text-align:left!important;
    }

    Best regards,
    Jordan Shannon

    #1243729

    Hello, I put this in, but there are no changes.

    #1243943

    Hi Talker77,

    I checked on your site and it returns:

    Error 502 Bad Gateway

    please check.
    If no changes are taking effect, please try to flush out cache if you have any caching or optimization plugins.

    Best regards,
    Nikko

    #1243962
    This reply has been marked as private.
    #1243970

    Hi Talker77,

    Thanks it’s showing up now.
    I could see the effect of Jordan’s code in your site, here’s a screenshot https://imgur.com/GgPimsM
    Is there any modification you want to do with the notification box?

    Best regards,
    Nikko

    #1244000

    Hello,
    no, wie talking about this:

    #cookie-notice{
    border-radius:20px!important;
    }

    .cookie-notice-container {
    text-align:left!important;
    }

    The green box in the middle…

    #1244002
    This reply has been marked as private.
    #1244128

    Hi Talker77,

    I see thanks for pointing it out, you can remove Jordan’s code since it is for the privacy notification box.
    Please add this CSS code in Quick CSS, located in Enfold > General Styling:

    #top .avia_message_box {
        border-radius: 8px;
        text-align: left;
    }

    I will request for this options to be added in future versions.

    Best regards,
    Nikko

    #1244224
    This reply has been marked as private.
    #1244235

    Hi Talker77,

    It’s being set in the inner container, please try using this CSS code:

    #top .avia_message_box .avia_message_box_content {
        font-weight: normal;
    }

    Best regards,
    Nikko

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