Hi guys,
I want to add an hr and some space between the caption title and the caption text in the fullscreen slider. Here I made an example from antoher theme:
And is it possible to move the whole caption a bit higher? Where can I find the files to change things like that?
I am new in wordpress, please be lenient.
Best regards,
wowalive
Hey wowalive,
You may be able to do this easier by simply adding a border instead via css. Also css can be used to adjust the caption position. Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
To add a horizontal line after the caption title please perform the below steps.
1. Add the below code after the caption title
<span class="custom-hr"> </span>
2. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
/*------------------------*/
/* custom hr
/*------------------------*/
.custom-hr {
border-bottom: 2px solid #fff;
display: block;
width: 50%;
left: 50%;
transform: translateX(-50%);
position: relative;
margin: 20px 0 0 0;
}
Best regards,
Vinay
Thanks a lot. Looks perfect!
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay