Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1077728
    lumijans
    Participant

    Hello,

    I searched in the topics already, but all changes don’t work

    I would like to customize the caption of the soliloquy slider and added this in custom:

    .soliloquy-container .soliloquy-caption {
    position: relative!important;
    }

    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: rgba(0,0,0,0.0);
    font-size: 1em;
    line-height: 1.25;
    display: block;
    color: #333;
    text-shadow: none; /* 1px 1px #000;*/
    text-align: center;
    padding: 10px;
    }

    I can see the result in the page when i am in the customizer, but on the refreshed page nothing has changed.
    Can you help me?

    #1077853
    Joao
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks

    Joao

    #1079607
    lumijans
    Participant
    This reply has been marked as private.
    #1079922
    Christopher
    Moderator

    Hi there,

    Please update your code to :

    body .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
        background: rgba(0,0,0,0.0) !important;
        font-size: 1em !important;
        line-height: 1.25 !important;
        display: block !important;
        color: #333 !important;
        text-shadow: none !important;
        text-align: center !important;
        padding: 10px !important;
    }

    Hope that helps.

    #1080023
    lumijans
    Participant
    This reply has been marked as private.
    #1080027
    Christopher
    Moderator

    Hi there,

    If you have cache plugin, please clear cache and check again.
    If it doesn’t help, please provide us with login credentials.

    Thanks.

    #1081451
    lumijans
    Participant
    This reply has been marked as private.
    #1081583
    Joao
    Moderator

    Hi There,

    You had some comments above that were closed on the wrong place.

    The code above provided works, Please check your Appereance Customizer I have set the color to red temporarily.

    Hope it helps

    Joao

    #1081638
    lumijans
    Participant
    This reply has been marked as private.
    #1081778
    Joao
    Moderator

    Hi There,

    Depends on the position and specificity of your css path it will have priority over other css codes, by adding !important it automatically takes the priority.

    I am glad we managed to help.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1077728 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>