First Slider Settings

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by stashcashbiz, Dec 16, 2014.

Thread Status:
Not open for further replies.
  1. stashcashbiz

    stashcashbiz New Member

    Joined:
    Nov 10, 2014
    Messages:
    21
    Likes Received:
    1
    Hi,
    I would like to modify the Slider Settings...For example, the "First Slider Heading" and "First Slider Description" and "Button Text First Slider" all appear but I don't want them. I don't want any buttons or descriptions over the slider image.

    I'd also like to delete the Radio Button at the bottom because we only have one slider image.

    Please see www.stash.cash as well as the attached screenshot.

    Thanks so much!
     

    Attached Files:

  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:
    .salesdetails {
    display: none;
    }
    .nav-dots {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. stashcashbiz

    stashcashbiz New Member

    Joined:
    Nov 10, 2014
    Messages:
    21
    Likes Received:
    1
    Thanks, Yogesh! One other question. Is it possible to make the slider image link to one page on my site, but the green action button link to a different page on the site?

    Thanks,
    Jason

    www.stash.cash
     
  4. stashcashbiz

    stashcashbiz New Member

    Joined:
    Nov 10, 2014
    Messages:
    21
    Likes Received:
    1
    Another follow up question...Is it also possible to hide the First Slider Header and First Slider description, but show the Green Action Button?

    Thanks again!
     
  5. Yogesh

    Yogesh Guest

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

    1. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .salesdetails h1,.salesdetails p{
    display: none;
    }
    2. To link slider image to any of your page you have to edit index.php file as shown below in screenshot.

    17dec2.png

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  6. stashcashbiz

    stashcashbiz New Member

    Joined:
    Nov 10, 2014
    Messages:
    21
    Likes Received:
    1
    Hi Yogesh,
    The slider image links correctly. I am trying to change the green button to link to something...can you explain how to do that?

    www.stash.cash

    Thanks!
     
  7. Yogesh

    Yogesh Guest

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

    1. To link the button to any of your page you have to edit index.php file as shown below in screenshot.

    20dec1.png

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  8. stashcashbiz

    stashcashbiz New Member

    Joined:
    Nov 10, 2014
    Messages:
    21
    Likes Received:
    1
    Thanks, Yogesh! Always appreciate it!
     
Thread Status:
Not open for further replies.

Share This Page