Site logo

[Support request] Menu Not Centered on Mobile and Font Colors

Home Forums Support [Support request] Menu Not Centered on Mobile and Font Colors

Home Forums Support Menu Not Centered on Mobile and Font Colors

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2577895
    Jessica

    Hello,

    I was trying to center the primary navigation bar “MENU” on mobile. I was updating colors earlier, and for some reason, the mobile MENU changed from being in the center to the left and will not change back. It seems to be okay on tablet and desktop, but not mobile.

    Also, I am trying to change the color of my recent post headings (links) on the home page. I cannot seem to locate how to change this color. Please see the example in the private information area.

    Thank you so much!

    Jessica

    #2577912
    Fernando
    Customer Support

    Hi Jessica,

    Try adding this through Appearance > Customize > Additional CSS:

    @media (max-width: 768px){
        nav#site-navigation .inside-navigation {
        justify-content: center;
    }
    }

    As for the Recent Post Title color, it’s added through WPSP. Go to WP Show Posts > All Lists > Open your List > Content > Text Color to change the color.

    #2579454
    Jessica

    Thank you! I was able to center the menu with the CSS provided for mobile.

    However, I am still unable to change the font color. I went to WP Show Posts, opened my one list, and selected content. I see nothing about color. My options are content type, excerpt length, title element, and read more button class and text. Is there any other way to change these title colors? Thank you!

    #2579543
    Ying
    Staff
    Customer Support

    Hi Jessica,

    The title link color is inherited from the GB container block’s link color.

    You can change the link color by selecting the container block which contains the WP show posts list 🙂

    #2580964
    Jessica

    Thank you for your reply. I went to the container. There were no previous set colors for the WP show posts list container, but I went ahead and added a color to see if changes the links color, but it did not. Is there any other way to fix this? I must be missing something. Thanks!

    #2581095
    Ying
    Staff
    Customer Support

    The link color is set in the container which contains the WP show posts:
    https://www.screencast.com/t/jc0Qup85

    Can you make sure? It’s the link color, not the color.

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