making the slider title bar show some text content

Home Forums WordPress Theme Support BresponZive Mag making the slider title bar show some text content

Tagged: 

This topic contains 3 replies, has 2 voices, and was last updated by  stadona 10 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1744

    stadona
    Member

    Please would like to know how to make the slider show some content text apart from just the posted article title.

    #1745

    stadona
    Member

    how do I make the black bar a bit transparent?

    #1781

    Raja CRN
    Keymaster

    Hi,

    To make the slide caption more transparent use the following code in “Custom CSS” section Styling tab of Theme panel

    .camera_caption > div {
    background: rgba(0, 0, 0, 0.31);
    }

    To show some content in the slider caption, you need to edit the

    flexslider.php in theme includes folder and add the following lines like below

    	
    <div class="list-block-slide clearfix">
     <h3> ...</h3> 
    // add the following code
    <div class="slide_excerpt">
    	<?php the_excerpt(); ?>
    </div>
    // end
    ....
    

    Thanks.

    Add css in Custom CSS
    .camera_caption > div{

    height:140px;
    }

    #1811

    stadona
    Member

    Thanks a million

Viewing 4 posts - 1 through 4 (of 4 total)

Only Verified Customer of this Theme Can post reply to this Support Topic! .