cmalley143 Can you center the word Navigation and remove the gray menu icon on the left of the search button?
You may kindly view the screenshot where the added CSS is being appended and deriving the result as envisaged. Regarding the other grey menu icon, Have added the media query CSS in specific file -/templates/ja_university_t3/local/css/custom.css
however the same isnt appending.
@media only screen and (max-width: 600px){
.languageswitcherload .navbar-toggle
{display:none;}
}
Kindly try to clear your browser cache if changes arent reflecting
Also, some of the other fixes from previous posts are now broken. The shopping cart drop down is hidden by the black menu. The search box is now rounded and the black menu bar is now rounded.
It could be due to custom.css file from isolated local folder applying now henceforth, the CSS from /templates/ja_university_t3/css/custom.css
isnt applying
You can copy CSS wholly from the above recent file and paste in/templates/ja_university_t3/local/css/custom.css
enabling additional CSS to apply