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 #2048484
Category descriptions on web pages
Closed

Comments

  •  1
    craypen started the conversation

    Hi Penci ,

    Could you tell me how to hide or disable category descriptions shown below my web pages ? Related photos are attached.

    Cheers,

    Julia

  •  1
    craypen replied

    or just make it display a thumbnail in the position above category content like the photo attached 

  •  1
    craypen replied

    Hi Penci,

    Sorry to bother you again because I am redesigning my website layout!

    Could you tell me how to make the category titles arranged at center of the widget container and if you choose the drop down category how could I translate the" select category" into my own language? I also have got some questions related to navigation menu widget. How could I display the menu content as drop down format like the drop down category if it could not display in this way, how could make the menu titles arranged at the center of the widget container?

    Cheers,

    Julia

  •  2,699
    PenciDesign replied

    Hi,

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

    .penci-category-description{ display: none; }
    

    2/ Please try add more this code to Customize > Custom CSS to make the categories display to center:

    .widget.widget_categories ul li a{ display: center; }
    

    3/ Wordpress will auto translate the text "Select Category" - have you selected your language via Dashboard > Settings > General > Site Language.


    Best Regards,

    PenciDesign

  •  1
    craypen replied

    Thank you for your quick reply!

    how could make the menu titles arranged at the center of the navigation widget container? If it is possible to be displayed as a drop down list like the category widget ?

  •  2,699
    PenciDesign replied

    Hi,

    1/ Please add more this code to Customize > Custom CSS to center widget navigation:

    .widget.widget_nav_menu ul li{ text-align: center; }
    .widget.widget_nav_menu ul ul{ padding-left: 0; }

    2/ Unfortunately, there is no way to center the text inside a select option.


    Best Regards,

    PenciDesign

  •  1
    craypen replied

    Hi Penci,

    Thank you!

    if it possible to display content in widget navigation using a drop down list instead of displaying them row by row on my web?

  •  2,699
    PenciDesign replied

    Unfortunately, there is no way to do that for widget navigation.

    Best Regards,

    PenciDesign

  •  1
    craypen replied

    Thank you again!