Remove slider from homepage

Discussion in 'Real Photography WordPress Theme' started by pjfotografie, Mar 4, 2014.

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

    pjfotografie New Member

    Joined:
    Nov 28, 2012
    Messages:
    8
    Likes Received:
    0
    Hi there!

    It may sounds strange, but I like to remove the slider from the homepage. I only want to use the slider on the subdomains. Could you please provide a code or something?

    Thank you in advance!

    Mariska
     
  2. pjfotografie

    pjfotografie New Member

    Joined:
    Nov 28, 2012
    Messages:
    8
    Likes Received:
    0
    Hi!

    I solved the issue by myself. But now I have another question. On my homepage is a perment link called 'welkom'. How can I remove that?

    www.mariskavandelaar.nl

    Thanks!

    Mariska
     
  3. Piyush

    Piyush Support Staff

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

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

    Code:
    h1.post_title a {
    pointer-events: none;
    }
     
    This will solve your issue.
     
  4. pjfotografie

    pjfotografie New Member

    Joined:
    Nov 28, 2012
    Messages:
    8
    Likes Received:
    0
    Hi!

    Thanks but that didn't solve the problem. The link was gone, but the word 'welkom' was still there. Looking at other style codes gave me the solution.

    Thanks!

    Regards,
    Mariska
     
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  6. pjfotografie

    pjfotografie New Member

    Joined:
    Nov 28, 2012
    Messages:
    8
    Likes Received:
    0
    It's already solved. I insert the code:

    h1.post_title a {
    display: none;
    }

    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page