Okay
  Public Ticket #2337861
Edit appearance of blog categories
Closed

Comments

  •  2
    ebenet started the conversation

    I would like to remove the section title for the category widget and change the text inside the dropdown to "Explore by category"

  •  3,021
    Andrew replied

    Hi ebenet,

    You can find the file to change select category in wp-includes/widgets/class-wp-widget-categories.php line 75

    Remove the title in Appearance > Widgets to avoid title being displayed.

    Hope this helps.

  •  2
    ebenet replied

    Hey Andrew

    Thanks. But upon removing the title in Appearance > Widgets it now just says "Categories" twice, even though the field is blank.

  •  8,991
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  2
  •  8,991
    Tahir replied

    Hey Again, Hope you had a Safe Weekend, 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    label.screen-reader-text {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    ebenet replied

    Thanks!!