Text Border Main Site Slider

Hi Guys,

i just want to edit the text of the Slider on the main page. How can i add a black border around the text there? Can you help me?

THX

Hi @dermike,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


#page .flex-caption {
    width: 270px;
    padding: 10px 0;
    max-width: 100%;
    border: 1px solid #000;
}

Best Regards,
Movin

Dear @Movin
thank you for your quick replay.

Sorry but i mean the font boarder, not a border about the topic. May you can help me again? Thanks :slight_smile:

I am not sure what you meant so could you please share the screenshot of it so that i can help you?

I mean an small black outline directly on the font.

Could you please share the screenshot of how you want it to display or be more more specific?