Offcanvas Logo Text And Link Colour And Size Problems - No Logo Image - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Offcanvas Logo Text And Link Colour And Size Problems - No Logo Image

M

Michael

Helix Framework 3 years ago

This all has to do with offcanvas menu!!!!

Hi, I am trying to enlarge my offcanvas logo text and change the colour to white. My offcanvas background colour is blue so it matches desktop menu, but logo text size and colour is not uniform. In addition, If I try, it will not allow me to use a different logo for mobile than desktop, they come out the same everytime. I tried to fix things using photoshop, but this is just hacking something barely started.

Also contact link at bottom of offcanvas is unreadable due to color. What controls offcanvas menu, the body text/link options or the top bar settings or dropdown menu options (I hhave a dropdown menu on desktop?. Do you have some css to fix this. I look through the documentation and some of it worked (like burger color) but not much else.

Also the text in offcanvas menu is not white as set in the template settings as with desktop menu. Desktop menu text is white which is good, but not offcanvas (slight blue) I thought they should be the same?

Is there anyway to move up menu items closer to top of offcanvas menu?

Also need to change colour of social icons, css does not seem to be working.

Do you have some css to fix this? I look through the documentation and some of it worked (like burger color) but not much else.

You can see site location in hidden content. I have css in there to enlarge social icons and try to change their color. Please help me sort this out.

Some of the css documetation you have does not seem to work now - outdated??


I think it is broken, anyway to reinstall framework to fix problems or will that wipe everything out?

What I see in front page editing is not what comes out on a real mobile device?

My last problem was not resolved due to lack of understanding or effort, but I had to abandon it and start over again and now this chaos lol.

Is Helix Ultimate Legacy Template not a good choice. I usually wipe everything and start from scratch anyways?

HELP

This is what I have

sp-header .logo a {color: white; }

ul.social-icons li a span { font-size: 20px; {color: white; } } .burger-icon > span {background-color: white !important;}

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #75991

Use this custom CSS

span.logo a{
    color:white !important;
    font-size:17px !important;
}
.offcanvas-menu .offcanvas-inner ul.menu, .offcanvas-menu .offcanvas-inner ul.menu ul{
    position:relative;
    bottom:35px;
}
.offcanvas-menu .offcanvas-inner ul.menu>li a, .offcanvas-menu .offcanvas-inner ul.menu>li span{
    color:white !important;
}
.offcanvas-menu .offcanvas-inner a{
     color:white !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #75838

Hi,

Thanks for contacting us. Apology for your experience with our product. Its easy for us to understand the issue if you used some screenshot and point the issues one by one. And all issues in one post is really tough to solve. But I will try to solve all the issues. Could you please give me a screenshot and also point our your issues one by one? So that I can check.

-Regards.

0
M
Michael
Accepted Answer
3 years ago #75961

Hi there,

what country are you in? I have the site firewalled at this point, but here is a url you can look at the image Oh, logo text in image should be white and bigger like desktop

http://michaelsdemos.ca/mobile_probs.png

0