issue with background bar behind the subtext on the front page slider.

Hello,
I’m having an issue with the Dazzler theme. I was hoping you would be able to help me with decreasing the width of the background bar behind the subtext on the front page slider.

Hi @jujufunny83,

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

I’m having an issue with the Dazzler theme.
Could you please tell us what's the issue you are facing with it so that we can help you to resolve it?
I was hoping you would be able to help me with decreasing the width of the background bar behind the subtext on the front page slider.
You can decrease the width of the background bar behind the subtext on the front page slider by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS


body.home .flex-caption .excerpt {
  max-width: 426px;
}

Change the max width value in the above code to whatever you want to use.

Best Regards,
Movin