Okay
  Public Ticket #3556820
Text border
Closed

Comments

  • mikegabsolution started the conversation

    how to make a colored border that contains text in slider

  •  1,626
    Andrey replied

    Hello, Dear Customer!

    Thank you for your questions.

    To add borer for text in slider, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    .intro_section.page_mainslider .slide_description {
        padding: 15px;
        border-style: solid;
        border-color: #e43d4e;
    }
    

    Then save changes and check results at front-end.

    Best Regards!

  • mikegabsolution replied

    background color on the border? what's the code?

  •  1,626
    Andrey replied

    Hello, Dear Customer!

    In this case - please use this code:

    .intro_section.page_mainslider .slide_description {
        padding: 15px;
        border-style: solid;
        border-color: #e43d4e;
        background-color:#5f9ea09c
    }
    

    Best Regards!

  • mikegabsolution replied

    oke thank you so much case close

  •  1,626
    Andrey replied

    We are glad to help you!