badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Frontpage button text appear in the frontpage text

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #23209
    henrik.jensen
    Participant

    Hi

    I can’t remove the frontpage text “FORSIDE” in my frontpage text.

    I have a static frontpage with 1 menu with 3 pages (FORSIDE, VINSMAGNINGER and DOWNLOADS)

    The text title from the frontpage (FORSIDE) also appears in the front page text.

    You can see it here: http://www.vinkender.dk/index.php

    How do I remove this text in the frontpage ?

    Best regards
    Henrik Jensen

    #23224

    Hi henrik.jensen,
    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #content .entry-title {
      display:none;
    }

    Thank you!

    #23251
    henrik.jensen
    Participant

    Hi

    Thanks 🙂

    Best regards
    Henrik

    #23252
    henrik.jensen
    Participant

    Hi again

    After a little extra review it works perfect on the front page.

    But my blog list page (page VINSMAGNINGER) will in the same time miss the headlines from the blog page.

    Is there an other way/CSS code that only will affect the entry-title on the frontpage ?

    Best regards Henrik

    #23265

    Hi henrik.jensen,
    Once try this below CSS

    .home #content .entry-title {
      display: none;
    }

    Thank you!

    #23279
    henrik.jensen
    Participant

    Thanks !

    Everything is perfect now 🙂

    Best regards
    Henrik

    #23295

    That’s great henrik.jensen

    Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.