Home Forums WoodMart support forum Page TITLE and IMAGE

Page TITLE and IMAGE

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #493843

    megamarket.hr
    Participant

    Hi,
    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 1500x200px

    Attachments:
    You must be logged in to view attached files.
    #493877

    Hello,

    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

    #493884

    megamarket.hr
    Participant

    Hi,

    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.
    #493907

    Hello,

    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

    #494059

    megamarket.hr
    Participant

    Hi,
    give me some mail to make you Temporary Login

    Best regards,
    Adrian

    #494301

    Hello,

    Please take this mail: [email protected]

    Best Regards

    #494395

    megamarket.hr
    Participant

    Hi,

    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.
    #494626

    Hello,

    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

    #494629

    metuza
    Participant

    A 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

    #494659

    megamarket.hr
    Participant

    Thanks 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.
    #494664

    megamarket.hr
    Participant

    I 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;

    #494665

    metuza
    Participant

    To 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

    #494770

    Hello,

    Have you solved the issue?

    Best Regards

Viewing 13 posts - 1 through 13 (of 13 total)