• Resolved skellaz

    (@skellaz)


    Hi there, it seems the right menu close button colour choice option does not take effect.

    could you help me rectify this.

    stack…
    wp (latest)
    beaver builder
    beaver builder theme
    beaver builder child theme

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    It could be a cache mechanism that is preventing to see the changes, if you have one purge the browser cache.

    If doesn’t work add the code below to the custom css option inside the General options tab and adjust to the desired color.

    .mob-menu-slideout .mob-cancel-button {
        color: #fff;
    }

    Let me know if it worked.

    Thread Starter skellaz

    (@skellaz)

    Thanks for the response, its highly appreciated.

    Hmmm, disabled cache plugin given by site-ground hosting with wp install. also added the css you suggested and still the close button color is inaccessible or taking effect.

    really at a loss why this detail is being stubborn πŸ™ ive included the install access below in case your curious to check out this particular issue.

    http://www.mediacake.net/cake123/mediacake/
    http://www.mediacake.net/cake123/mediacake/wp-admin
    un: mcadmin
    pw: skellaz4041

    Cheers

    Neil

    Plugin Author Rui Guerreiro

    (@takanakui)

    @skellaz

    can you please disable those credentials, this is visible to everybody and it’s dangerous.

    Plugin Author Rui Guerreiro

    (@takanakui)

    in the meantime, I have fixed it. But disable the user has fast as possible.

    Thread Starter skellaz

    (@skellaz)

    Hi Rui,

    im still not seeing the close button in chosen colour here, on mob iphone 6+ – my other website updates are taking effect but this close button not showing.

    issues with iphone 6+ ?

    Plugin Author Rui Guerreiro

    (@takanakui)

    If it’s fine on other devices then it’s probably just a cache issue.

    Try in a different browser in the iPhone and purge the cache of the current browser that you are using in the iPhone.

    Thread Starter skellaz

    (@skellaz)

    Ok its showing now thanks.. can the position and size be chnaged via plugin settings?

    as the position is off and size bit too big

    cheers

    Neil

    Plugin Author Rui Guerreiro

    (@takanakui)

    Replace the other css by this one.

    .mob-menu-slideout .mob-cancel-button {
        color: #f0efe4 !important;
        font-size: 30px;
        margin-right: -20px;
        margin-top: -25px;
    }

    Use the margin right and top to adjust the position.

    Thread Starter skellaz

    (@skellaz)

    worked perfectly thanks again for all your support

    Plugin Author Rui Guerreiro

    (@takanakui)

    No problem. Glad it’s sorted.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘right menu close button colour’ is closed to new replies.