A pair of questions about woodcraft theme

Home Forums All Other Themes A pair of questions about woodcraft theme

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #88180
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 175
    • Replies: 462
    • Total: 637
    Member since: July 4, 2016

    Hi,

    web: www.lopezdecalatayud.com

    1) I want to delete “previous post” and “next post” in the individual entries.

    2) In footer columns I would like a border under the title of the third column (facebook) just like the one that appears under the titles of the other columns.

    Thank you very much for your help!!

    Best regards,
    Vanessa

    #88240
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30627
    • Total: 30627
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:

    h2.widget-title { position:relative;}
    .widget-title::after { position: relative; width: 40px; height: 2px; background: #205283; bottom: 0; left: 0; content: ""; display: block;}
    #ast_nextprev { display:none;}

    Regards,
    Chris

    #88258
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 175
    • Replies: 462
    • Total: 637
    Member since: July 4, 2016

    Hi Brad,

    Thank you for your help!!

    Question 2 is solved.

    Question 1: I would delete only text “previous post” and “next post”, not thumbnails and titles of previous and next post.

    Screenshot:
    screenshot

    Best regards,
    Vanessa

    #88300
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30627
    • Total: 30627
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >>Basic >> Scroll down to find Custom CSS and paste there:

    #ast_nextprev a span { background: #fff; position: relative; margin-top: -20px;}
    #ast_nextprev .nav-box img { position:relative; z-index:2;}

    Regards,
    Chris

    #88311
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 175
    • Replies: 462
    • Total: 637
    Member since: July 4, 2016

    Hi Chris,

    Works perfectly!!
    Thank you very much!!!!

    Best regards,
    Vanessa

    #88314
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30627
    • Total: 30627
    Member since: August 16, 2013

    🙂

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