Forums
(@muktadhawan)
4 years, 2 months ago
can you please share website link
Hi as you are using premium theme. You should check your theme option in WordPress dashboard or try to ask to you theme author
try this
.site-branding img { width: 50%; }
header #menu_row .navbar-collapse .navbar-nav > li{
float:left !important;
} You have float: none in the above id you can change it with float: left; Or add above css
Try this
can you please share the URL of the website
.navbar .dropdown-toggle:after {content: none !important;}
.basel-navigation .menu>li.menu-item-design-default ul li.menu-item-has-children:after{content: none !important;}
Please check your header.php file and remove 00000
.menu-modal.active { z-index: 99999999999999999999; }
Please try to add this in your style.css file
Hi
This is becuase you have given z-index: 1; to the #site-header ID i.e:-
#site-header { z-index: 1; }
Please give it:-
#site-header { z-index: 999; }
great. Please marked it resolved
TRy This:-
.wp-block-button__link strong em { text-transform: lowercase !important; }
yes
Try This:-
.exp-post-title a { text-transform: uppercase; }
Path:- /wp-content/themes/basel/style.min.css
Edit style.min.css
Find class: .basel-navigation .menu > li.menu-item-design-default ul li a
Replace: text-transform: uppercase; to text-transform: capitalize;
I have checked the theme demo there is a search form at right side of logo. My be your developer delete this code. You have to edit header.php file add there what you want to show there.