Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • David Renue
    Participant

    How do u delete:

    /* border-left-width: 0 !important; */
    /* border-right-width: 0 !important;

    Its not in Load-style.php

    https://ibb.co/Q8QdVd3

    https://ibb.co/qpw19FN

    https://ibb.co/NTZ2qvV

    Im trying to do this:

    @media only screen and (max-width: 800px)
    #p1 .ancr-lo-same_row .ancr-container {
    width: 10%;
    margin-left: 13px;

    }

    But the important is stopping me.

    Hi David,

    Modifying load-style.php is not the right thing to do.

    Can you please let me know why you need to remove !important?
    It is set so that themes to not add a border to the announcement.

    If you want to set a border forcefully, then use the CSS below.

    div.ancr.ancr-wrap{
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    }

    If you want to remove that altogether for some reason, then you must edit the plugin file itself. It may get overwritten in the next update.
    File plugins/announcer/public/css/style.css

    Thanks,
    Aakash

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

Subscribe for updates

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter