Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #920389

    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:

    Slider text

    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

    #920547

    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

    #920872
    This reply has been marked as private.
    #921034

    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

    #921084

    Thanks a lot. Looks perfect!

    #921094

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Add horizontal rule after fullscreen-slider caption title’ is closed to new replies.