StartPoint Business WordPress Theme v1.0.4

Discussion in 'StartPoint Business One Page WordPress Theme' started by johannes, Dec 18, 2014.

  1. johannes

    johannes New Member

    Joined:
    Dec 16, 2014
    Messages:
    2
    Likes Received:
    0
    I bought the StartPoint Business Theme.
    Who knows to hide the following lettering?
    ELEGANT & STYLISH


    Showcase Multiple Images In FullWidth Slider. You can also increase the number of sliders from Theme Option Panel.



     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .text-container h3 {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. johannes

    johannes New Member

    Joined:
    Dec 16, 2014
    Messages:
    2
    Likes Received:
    0
    "ELEGANT & STYLISH" is gone now.
    But "Showcase Multiple Images In Full..." and "Watch Demo" ist still there
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sl-slide-inner {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page