-
Posted in : Impose
-
Hi!
Just bought your theme and I really liked it. Here are some issues where I would like to ask for support.
1. Retina Logo
How can I set an retina logo?2. Different Logo on mobile devices
How can I set a different logo for mobile devices? As you can see, my logo has three stripes. In the mobile view this doesn’t looks good with the burger navigation. So I only want to display the font part (medianotes) in the mobile view.3. Color Change
When I mark some text of the page, it is yellow. How can I change that color?4. Footer
FYI: At the moment I don’t use the footer. But when I want to start my blog I want to use it.
How can I display a different logo in the footer (light grey version)?
How can I change the font color in the footer?5. Color of date and comment count
How can I change the color of the date and comment count on the post image? At the moment I is hardly to read (light grey).
http://medianotes.co/2016/08/18/kurzes-hallo/That’s it for the moment :)
Thanks!
Greetings,
SamHi Sam,
1. For the retina screen, we recommend to upload 1.5 or double size of your logo.
2. It is not possible by default.
3. You can use this custom css code (change the background color code)::selection { background: #FFF9CD; }4. You can not upload a different logo for the footer. Sorry it is not available by default and it requires more time and effort to customization, if you are not familiar to coding you may consider hiring an expert at envato studio.
If you tell me which part of footer text color you would like to change then I can help you.
5.You can use this default custom css code;.entry-meta { color: #ccc; }Next time, please create a new topic for your each question.
ThanksThanks for the quick reply.
1. I did that. But now the logo is to big on browsers (on mobiles it is okey). How can I make it smaller?
3. Did that. I also need the color snippet for the rotate words animation.
4. The comment part is still grey. http://medianotes.co/2016/08/18/kurzes-hallo/
Thanks! :)
Hi Sam,
You can use this custom css codes;
1.@media screen and (min-width: 1200px) { .header-small .site-header .site-title img { max-height: 42px; } }3.
.rotate-title.type .words-wrapper { color: #d45c5c; }4.
.comment-link a { color: #fff; }Thanks
Thanks for the great support!
Unfortunately issue 3 is still not perfect. Have a look:
That snippet:
.rotate-title.type .words-wrapper { color: #5edeea; }
only changes the font color. Not the yellow highlight effect.Hi, Can you try to add this custom css code as well?
::-moz-selection { background: #5edeea; }Thanks
Hm.. still yellow.
<br />bilder upload<br /><br />Even we are both still trying to fix that: thanks for your great support!
Hi, try adding this custom css code as well;
.rotate-title.type .words-wrapper.selected { background-color: #5edeea; }you’re welcome ;) please don’t forget to rate the theme on themeforest if you liked it, thanks.
You must be logged in and have valid license to reply to this topic.