[Resolved] Help with some customization

Home Forums Support [Resolved] Help with some customization

Home Forums Support Help with some customization

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1317154
    William

    Hello, need help with some customizations.

    1. How can I align my post title inside a post article with the first side widget title? (See site linked for example.)

    2. How can I create a navigation hover effect like the site I linked.

    Thank You!

    #1317346
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can edit the original topic and use the private URL field.

    Let me know 🙂

    #1317535
    William

    Hi Leo, I’ve linked my site. Here’s the site I’m referencing too.

    The password to access my site is: Generatepress

    Thank You!

    #1317822
    David
    Staff
    Customer Support

    Hi there.

    1. You have this CSS:

    .widget-title {
        background: #ff9c4c;
        color: white;
        margin: -40px -40px 20px;
        padding: 10px;
    }

    change it to:

    .widget-title {
        background: #ff9c4c;
        color: white;
        margin: 0 -40px 20px;
        padding: 10px;
    }

    2. This article explains:

    https://docs.generatepress.com/article/adding-menu-hover-animation/

    #1318220
    William

    Hi David,

    Thanks once again! It works, but there’s a little bug with the hover animation. When hovering over the primary menu, sometimes there’s this little dot left behind from the line it creates underneath the menu name. How can I get that fixed?

    New Question:
    On mobile, how can I show the posts in 2 columns as oppose to one?

    Thank You!

    #1318498
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Not sure I’m seeing the dot – what browser are you using? Any chance you can show us a screenshot?

    #1318526
    William

    Hi Tom, nvm, I decided to change the hover effect. Thanks though! Can you help me with my second question? Thanks once again!

    #1318881
    David
    Staff
    Customer Support

    Hi there,

    best to raise a separate topic for the second question. If you title each of your topics around each question then it will be easier for your and others to find the answers in the future.

    #1319599
    William

    Hi David, Will do Thank You!

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