.Entry-Title as Link/Button

Home Forums All Other Themes .Entry-Title as Link/Button

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #95226
    athena.mekisathena.mekis
    Participant
    • Topics: 7
    • Replies: 18
    • Total: 25
    Member since: August 15, 2017

    Hi,

    I’m wondering how to make the h1.entry-title a dropdown link/button. Is this possible?

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

    Hi,

    Kindly show us your website URL?

    Regards,
    Chris

    #95326
    athena.mekisathena.mekis
    Participant
    • Topics: 7
    • Replies: 18
    • Total: 25
    Member since: August 15, 2017

    Hi Chris, I created a work around.

    In Custom CSS I used: h1.entry-title {display:none;}

    Within the page, I created the dropdown:

    <div class=”dropdown”>
    <button class=”dropbtn”>
    <h1 style=”font-family: Arial;”>H1 Title<i class=”fa fa-caret-down”></i></h1>
    </button>
    <div class=”dropdown-content”>
    <h5 style=”font-family: Arial;”><u>Link 1</u></h5>
    <h5 style=”font-family: Arial;”><u>Link 2</u></h5>
    <h5 style=”color:#447DC0; font-family: Arial;”>Link 3
    </div>
    <hr />

    Complete. Thank you.

    #95329
    athena.mekisathena.mekis
    Participant
    • Topics: 7
    • Replies: 18
    • Total: 25
    Member since: August 15, 2017

    Hi, I have 20 items within a submenu. How do I wrap/position the ul li list so 10 items align left and 10 align right? The code below is not correct but what I’m working off of. I am aware the menu subitem also offers a class option if I need to use it.

    .nav ul li ul li ul li {
    width: 50%;
    float: left;
    padding: 0 0;
    text-decoration:none;
    border: none;
    }

    Thank you.

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

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.

    Regards,
    Chris

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