-
Author
-
October 11, 2016 at 12:38 #139010meltdownParticipant
Hello – I would like to increase the height of the top bar so that all items contained in it appear larger. How can I do this?
Thank you
October 11, 2016 at 19:53 #139136RaduModeratorHi,
Try with this CSS
COPY CODE.social-header.header-color { min-height: 100px; }
The Css will be added to wp-admin -> theme options -> general settings -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 12, 2016 at 10:11 #139235meltdownParticipantThank you for your response. That code does indeed increase the height of the top bar. However, the items in the menu are still small. How can I equally increase the size of the menu items as well. I’ve included an image as an example.
Thanks again
Attachments:
You must be logged in to view attached files.October 12, 2016 at 18:24 #139296RaduModeratorReplace with this
COPY CODE.header-color .top-menu li > a, .header-color #top-social li a { line-height: 100px; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 1, 2016 at 16:34 #145807meltdownParticipantSorry to reopen this thread but I’m still dealing with the issue. That code does indeed increase the height of the top bar. However, the text, member icon, shopping cart icon, etc. in the menu are still small. I would like everything in the topbar to be bigger. How can I do this?
Thanks
December 1, 2016 at 17:42 #145819RaduModeratorTry this selector and let me know
COPY CODE.header-color .top-menu li > a, .header-color #top-social li a { font-size: 15px; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 1, 2016 at 18:39 #145825meltdownParticipantBeautiful – Thanks 🙂
I’ll mark this as resolved.
December 1, 2016 at 18:59 #145828RaduModeratorYou’re welcome
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.