Hi,
I am having problems to make text responsive. I have tried different CSS codes but they doesn′t work with valkimi theme.
@media only screen and (max-device-width: 480px) {
p
{
font-size:12px;
}
}
I have tried pasting on customizer CSS, style.css and even on style.min.css.
But it doesn′t make any change.
Could you give me any clue about how to solve this?
Thanks in advance.
]]>Hi,
I am using a image background in my home page and I would like not show it in posts. I have tried different codes like this inside custom css:
.post-template-default.single.single-post {
background:none;
}
But I cannot make it work. Any clue about what could I do?
Thanks in advance
]]>Hello,
Is there any code I can add to css in order to make bigger hamburguer menu icon?
Thanks in advance
]]>Hello
I cannot see the logo on mobile version. Is there any way of show this in a responsive version?
Thanks
]]>I am attempting to remove the date, author, category icon, and category from being visible on both the post page and every individual post. I have tried other custom CSS code listed in the forum and so far nothing has worked. I am using the Valmiki theme.
]]>Hello,
I’m very satisfied with the Valmiki theme, thanks a lot for it!
I do have an issue : I want to disable Google Fonts and upload my own fonts instead, but this doesn’t seem to be possible, or at least it’s very complicated to do it.
Is there a way to tell me what parts of the code I need to change?