Add some text to slides

Discussion in 'Blackriders WordPress Theme' started by eliasregas, Feb 20, 2014.

  1. eliasregas

    eliasregas New Member

    Joined:
    Feb 10, 2014
    Messages:
    4
    Likes Received:
    0
    1. Is there a way to add some text/captions to the slidesr of homepage? stuff-n-fings.co.uk
    2. Increase the font size TAP TO CALL Feature?
    3. Remove the footer
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Unfortunately there isn't a way to do that with this theme unless you custom code something up. Sorry.

    2. For tap to call issue,
    It is not possible to increase the font size of tap to call text because it is an image not a text, If you want to change its size then,
    Go to images directory present in your theme directory and replace your image with present tap-to-call.png image or edit it.

    The name of image is "tap-to-call.png"

    Note:- Use same name for your edited image and remove the current image.

    3. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .bottom_footer_container {
    display: none;
    }
    .footer_container_wrapper {
    display: none;
    } 
    This will remove the footer.
     

Share This Page