On my theme on mobile categories are a non standard + sign, I prefer the three horizontal lines type, looked hard in the sites folder for that image to change it but no lluck?
Announcement
Collapse
No announcement yet.
Categories Plus sign fix (mobile)
Collapse
X
-
The "+" sign isn't an image. It's styled text. The generated code is (in e.g. Smart Mini Menu):
Code:<p class="mainNav">Categories<a id="mainNav" href="#menu" onclick="$(this).text($(this).text() == '-' ? '+' : '-');">+</a></p>
Code:<p class="mainNav"> Categories <a id="mainNav" href="#menu" onclick="$('#plusminusicon').attr('src', $('#plusminusicon').attr('src').indexOf('plusicon') == -1 ? 'plusicon.jpg' : 'minusicon.jpg');"> <img id="plusminusicon" src="plusicon.jpg" /> </a> </p>
Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
-
So 2014 was pushed as responsive! The main first visible part of any site is the header / logo, they go ahead with 2016 and leave us with a silly looking site - tut
Webmaster tools is a comedy of errors, I would prefer to spend more time selling than talking to support, it seems never ending.
Thank goodness for the kind help on here...
Comment
-
Ed. I made a typo in my post #2. I've corrected it now. Try the updated post #2 code.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
Hi, Ed. Apologies. Looks like I made a typo in my correction. Try post #2 now.
I'm fairly sure it'll work - I tested it on an SD demo site.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
Unfortunately, I'm not a CSS specialist so I hope someone else who knows will contribute.
You can see it via the link on Ed's signature above.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
Hi Ed,
This might work. Search for this in the Smart Repsonsive Stylesheet (line 785 on my system):
Code:.miniNav > p > a { float:right !important; width:1em; margin:0 !important; font-size:2em; text-align:center; }
Code:float:left !important;
JohnJohn Ennals
www.tortoys.co.uk
Comment
Comment