Home › Forums › WoodMart support forum › Page TITLE and IMAGE
Page TITLE and IMAGE
- This topic has 12 replies, 3 voices, and was last updated 1 year, 7 months ago by
Elise Noromit.
-
AuthorPosts
-
September 6, 2023 at 9:37 pm #493843
megamarket.hrParticipantHi,
how to remove from Title this part ” ←LEGO® ” I just want image no title.
And how to set to have bigger picture because I want to show image full size I use like( 1500x500px ) and he crop image to 1500x200pxAttachments:
You must be logged in to view attached files.September 7, 2023 at 12:48 am #493877
Elise NoromitMemberHello,
This is an integral image if you want to remove this part, you need to edit the image and cut this part.
If you have any questions please feel free to contact us.
Best Regards
September 7, 2023 at 1:41 am #493884
megamarket.hrParticipantHi,
No image I don’t want to remove image I want to remove link to page title and page title
In your theme: woodmart demo (coooking )
Attachments:
You must be logged in to view attached files.September 7, 2023 at 3:49 am #493907
Elise NoromitMemberHello,
Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.
Best Regards
September 7, 2023 at 12:59 pm #494059
megamarket.hrParticipantHi,
give me some mail to make you Temporary LoginBest regards,
AdrianSeptember 8, 2023 at 4:16 am #494301
Elise NoromitMemberSeptember 8, 2023 at 12:06 pm #494395
megamarket.hrParticipantHi,
So let me explain once again what I need, I want it to display only the image, not the Title and the Back Arrow.
In the last category, there must be only an image without a title. For example, take the LEGO category, that means I want only an image without a title, the title is already displayed below.
I send you image again but you have image inside shop.
Attachments:
You must be logged in to view attached files.September 9, 2023 at 3:21 pm #494626
Elise NoromitMemberHello,
I am checking the page and I cannot find the page with the problem. I have checked Lego category at the same time, and there is no banner to test: https://gyazo.com/aed7b44fdf021d6ee9e469165dc7ae61
I also have checked the attribute page and no banner. Please provide URL where I can check that.
Best Regards
September 9, 2023 at 3:58 pm #494629
metuzaParticipantA simple css like below will remove back arrow and title.
.page-title .entry-title.title, .wd-back-btn.wd-style-icon > a {
display: none;
}Rune
September 9, 2023 at 6:07 pm #494659
megamarket.hrParticipantThanks this worked; do you know how to make image full size. He now crop image. (full image how look below)
Attachments:
You must be logged in to view attached files.September 9, 2023 at 6:24 pm #494664
megamarket.hrParticipantI get full code to work perfectly but I got some error do you know maybe how to fix. (but now is working [he show full image]) https://bebino.hr/product-category/igracke-i-zabava/lego/
CODE:
.page-title .entry-title.title, .wd-back-btn.wd-style-icon > a {
display: none;
}
.page-title {
position: relative;
margin-block: -40px 40px;
padding: 50px 0;September 9, 2023 at 7:32 pm #494665
metuzaParticipantTo get full image size maybe you can play with the below css. Standard is 60px so you can trye as below 130px.
@media (min-width: 1025px) { .title-size-default { padding: 130px; } }
Rune
September 10, 2023 at 11:01 pm #494770
Elise NoromitMemberHello,
Have you solved the issue?
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register