Forum Replies Created
-
AuthorPosts
-
Jyotirmoy Dey
ParticipantThank you. Another issue that i am facing is I am unable to add text to my links in the slider. I have attached a screenshot for reference.
Jyotirmoy Dey
ParticipantCan you just tell me the file name which contains the HTML markup of the logo. I think this is not much to ask.
thanks
Jyotirmoy Dey
ParticipantAnything?
Jyotirmoy Dey
ParticipantAwaiting your response eagerly.
Jyotirmoy Dey
ParticipantAtleast guide me to the html file that contains the logo in the markup. I will handle the css part.
Jyotirmoy Dey
ParticipantThat is the reason wordpress has option to create child themes! Please tell me the changes for the css as I feel having purchased the theme should give me the flexibility to change the codes. And, though a simple media query works for other themes, if there is something else required for your particular catch theme I would appreciate you telling me where the necessary changes are to be made even if you cant help me with the code itself.
Jyotirmoy Dey
ParticipantWhy is that a limitation when i can edit my style.css?? I can add a media query to display a monogram of my logo in a smaller screen and mobiles. Can you please elaborate?
Jyotirmoy Dey
ParticipantI did the change to classic menu, nothing changed at all?
Jyotirmoy Dey
Participant@media screen and (max-width: 487px) {
.custom-logo {
background-image: url(“https://thesaladguy.cool/wp-content/uploads/2020/07/TSG_Text-Only-Logo-Inverted-4.png”) !important;
}
}pardon the above code.
Jyotirmoy Dey
ParticipantTried putting a monogram logo for smaller viewport
@media screen and (max-width: 568px)
{
.custom-logo {
background-image: url(“https://thesaladguy.cool/wp-content/uploads/2020/07/TSG_Text-Only-Logo-Inverted-4.png”) !important;
max-width: 250px;
}but its not working. How do I have a different logo at a different screen size?
Jyotirmoy Dey
ParticipantWell this just fixes the logo to a small 100px which I didn’t want. But the first solution works. I will use media query to replace the logo with the viewport size.
Another area I require help is, the MENU. How do I make the pages in my menu visible outside individually instead of grouping all inside the MENU button. I want my SHOP and EXPERIENCE menu to be independently visible and not inside MENU.
Jyotirmoy Dey
ParticipantAny help here please?
Jyotirmoy Dey
ParticipantJyotirmoy Dey
ParticipantAlso check this, the text overlaps if the length of the viewport is small.
Jyotirmoy Dey
ParticipantThanks. It worked.
How to make the slider more mobile friendly? The slider overshadows my logo in mobile view. Can the slider image me a little smaller?
-
AuthorPosts