Hi How do i create a "Categories" type menu so that users can find all of the particular brand reviews postings on one page. Also, how do i undo the custom css once i coded something inside? Where can i find the custom css page? ( am still learning about css/html) Thanks alot Jun
Hello, 1.For your first issue Go to Appearance > Menus and add your category in the main menu bar. Sending image for reference 2.For your second issue Theme style comes from style.css file present in your theme directory and do not add css code directly on that file, You can add your css code in the Appearance > Theme Option > Styling Option > Custom CSS
Hi Gourav Thank you so much for the prompt reply! My first issue is solved. I apologize for not making my second question clear; i know where to find Custom CSS but what i meant was how do i undo or edit a code after i have input inside the Custom CSS, is there somewhere i can check the codings?
Hello, You can edit your css code in custom css option present in your dashboard, Just go to Dashboard > Appearance > Theme Option > Styling Option > Custom CSS and add your css code there, The code you put in custom css area it overlap the theme style.css and you can easily remove and edit css from there.