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 #2214776
Some issues on menu items
Closed

Comments

  • denizmavisi started the conversation

    Thanks for the great theme,

    I like to ask about some small issues.

    1. My main menu items are fully capitalized. How can I have the items as only first letter as capitilalized.

    2. The same issue with the sub menu items.

    3. How can I rearrange the social menu items at the menu and footer. I like to have LinkedIn as first, Twitter as second and Facebook as the third...

    4. In the recent posts section of the main page, most of the excerpts begin with an one letter space. How can I align the excerpt so that this one character space would be removed. 

    Best regards.

    Burak 


      



  •  2,699
    PenciDesign replied

    Hi,

    Thank you for loving our theme.

    1 & 2/ Please try add more this code to Customize > Custom CSS to do that:

    #navigation .menu li a{ text-transform: capitalize; letter-spacing: 0; }
    

    3/ Unfortunately, currently this theme doesn't support for this feature.. We will consider to add more this feature in the future updates.

    4/ This issue caused by you have an empty paragraph for all those posts - check this image: http://prntscr.com/pwxwt4 - this caused this white space. And to fix it, you need to edit your posts and remove that empty paragraph - this is only way to do that.


    Best Regards,

    PenciDesign

  • denizmavisi replied

    Hi again,

    Thanks for your response. The code worked perfectly.

    Also  I would like to change the all capitalized category in the posts (over the post title) to first letter capital format. I would be thankful if you can help me. 

    Best regards.

    Burak



  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    .header-standard .cat a.penci-cat-name {
        text-transform: capitalize;
    }
    

    Best Regards,

    PenciDesign

  • denizmavisi replied

    Thanks for your swift and magnificent support.

    Best regards 

    Burak