Get an access to all 265 items designed and developed by LTheme team plus all the future items which will be released over the course of your club subscription. Price starting from $69.00
Thanks
You open file 'template.css' and search for
.article-info > dd {
color: #fff;
font-size: 12px;
text-transform: uppercase;
}
and replace to
.article-info > dd {
font-size: 12px;
text-transform: uppercase;
}
Save and recheck.
start on line 1668, changed to:
.article-info >dd {
display: inline-block;
font-size: 12px;
text-transform: uppercase;
margin: 0 8px;
}
Any idea?
Can you give me screenshot about problem and did you clear cache before to change?
When I edit an article, cannot see what I'm writing. I'm writing in white on white.
Images:
http://s23.postimg.org/uuc784ejv/img1.jpg
http://s23.postimg.org/xn0teepij/img2.jpg
thanks
Can you send me your site address and admin login, authentication login again via email admin@ltheme.com , so I can help you check it.
Please check your email, we replied it via email for you.
Another issue is, I don't have the menu on the mobile devices, like smartphones.
Please add more CSS via Custom CSS code of Template Settings > Custom Code
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
color: #111!important;
}
Thank you,
Any idea?
Can you give me the screenshot?
http://s32.postimg.org/oxo24ff1h/Screenshot.png
When you click mobile menu button, does it appear your menu? http://take.ms/bLcyx
It's white text, so you do not see it.
Please go to Template Settings, open tab 'Custom Code' and add more CSS below in Custom CSS code field
.sp-module ul > li > a {
color: #000000!important;
}
You're welcome!