Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3574717
change post title color in category mega menu
Closed

Comments

  • GuanRu started the conversation

    where can I change the post title color in category mega menu? 

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post a {
        color: #000;
    }

    Change #000 with the color code that you want to show.

    Regards,
    PenciDesign.