Remove Inkthemes Text from Slider

Discussion in 'Compass WordPress Theme' started by niallg, Feb 1, 2015.

  1. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
  2. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    Hi Guys,
    I have fixed the problem, however how do I put spaces between the text on the slider heading ? So that it is not bunched up ?
    eg.
    3 ROOMS STEAM CLEANED $70

    ADD $20 FOR EACH EXTRA ROOM

    Regards

    Niall
     
  3. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .salesdetails p {
      margin-top: 40px;
    }
    
    Thanks & Regards
    Pramod
     

Share This Page