Forum Replies Created
-
AuthorPosts
-
Jyotirmoy DeyParticipant
Thank 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 DeyParticipantCan 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 DeyParticipantAnything?
Jyotirmoy DeyParticipantAwaiting your response eagerly.
Jyotirmoy DeyParticipantAtleast guide me to the html file that contains the logo in the markup. I will handle the css part.
Jyotirmoy DeyParticipantThat 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 DeyParticipantWhy 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 DeyParticipantI did the change to classic menu, nothing changed at all?
Jyotirmoy DeyParticipant@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 DeyParticipantTried 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 DeyParticipantWell 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 DeyParticipantAny help here please?
Jyotirmoy DeyParticipantJyotirmoy DeyParticipantAlso check this, the text overlaps if the length of the viewport is small.
Jyotirmoy DeyParticipantThanks. 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