-
Posts
25 -
Joined
-
Last visited
Reputation Activity
-
LABforBrands got a reaction from tuanphan in Video Aspect Ratio for Mobile on Courses
Works perfectly thank you so much!
-
LABforBrands got a reaction from Belizabeth in CSS Menu Blocks (additional options)
nevermind, I solved it using the CSS below, thanks!
🙂
/* Change Menu Text */
.menu-item-option {
 font-size: 12px !important;
 letter-spacing: .1px !important;
 line-height: 15px !important;
 word-spacing: .01px !important;
 text-transform: none !important;
 text-align: center !important;
 color: #FF8300 !important;
 }
-
LABforBrands got a reaction from tuanphan in Restaurant Menu, Language tabs with flag icon
WOW! This is perfect, thank you so much!!!!!
-
LABforBrands got a reaction from tuanphan in CSS Menu Blocks (additional options)
nevermind, I solved it using the CSS below, thanks!
🙂
/* Change Menu Text */
.menu-item-option {
 font-size: 12px !important;
 letter-spacing: .1px !important;
 line-height: 15px !important;
 word-spacing: .01px !important;
 text-transform: none !important;
 text-align: center !important;
 color: #FF8300 !important;
 }
-
LABforBrands reacted to Beyondspace in Menu Block - Add Icons inside Menu
Do you mean adding icon on these menus?
-
LABforBrands reacted to tuanphan in Change header footer background and logo color on certain pages
Edit page >> Add a Code Block (anywhere) > paste this code
<style> header#header, .header-announcement-bar-wrapper, .header-background-solid { background-color: #552f23 !important; } </style> Â