New Landing How can we help? Atelier How to get rid of this line on the menu + underline of subject header

Viewing 15 posts - 16 through 30 (of 35 total)
  • Posted in: Atelier
  • #234926
    pp2324
    Member
    Post count: 106

    And do you how to change page title transparent Kyle? Sorry I misunderstood you.

    #234927
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You edit the page bg colour in the Page Meta Options, you will just have to set it to the same colour as your bg

    – Kyle

    #234928
    pp2324
    Member
    Post count: 106

    As you can see in attached image, I’m at Page Meta, but couldn’t find any option to change bg color.

    Attachments:
    You must be logged in to view attached files.
    #234930
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It’s on the page title tab

    – Kyle

    #234943
    pp2324
    Member
    Post count: 106

    Many thanks Klye, I changed on Page title bg now.

    Do you know how to change ‘Read More’ color box bg to transparent, but with Black border? Please see in attached image.

    Attachments:
    You must be logged in to view attached files.
    #234952
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .standard-items .blog-item .read-more-button, .mini-items .blog-item .read-more-button {
      background-color: transparent !important;
      border: 2px solid #111;
    }

    – Kyle

    #234983
    pp2324
    Member
    Post count: 106

    Many thanks Kyle.

    Do you know how to change ‘Share’ font to normal font? Please in attached image.

    Attachments:
    You must be logged in to view attached files.
    #234990
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please use this:

    h3.share-text {
       font-family: Karla, sans-serif;
    }

    Thanks.

    #234998
    pp2324
    Member
    Post count: 106

    Hi David,

    Many thanks.

    Do you know to change my product info into the middle side instead of on the left side? Please see in attached image. And if there’s any chance I can put my brand name above the product name?

    Attachments:
    You must be logged in to view attached files.
    #235002
    David Martin – Support
    Moderator
    Post count: 20834

    You want to put the category above the product title?

    #235006
    pp2324
    Member
    Post count: 106

    No, but I like to put my brand name above product name and put all the info in the middle. Please see in attached image.

    Attachments:
    You must be logged in to view attached files.
    #235008
    David Martin – Support
    Moderator
    Post count: 20834

    Unfortunately you would need to hire a web developer to make that change.

    Thanks,
    David.

    #235009
    pp2324
    Member
    Post count: 106

    I see. What about moving all the info into the middle instead of left side?

    #235012
    David Martin – Support
    Moderator
    Post count: 20834

    Please use the Chrome inspector tool, you can see what CSS is applied to the div’s and then see what CSS you can change.

    For example, to center text:

    .products .product .product-details {
        text-align: center;
    }

    Thanks.

    #235013
    pp2324
    Member
    Post count: 106

    Thanks so much David. I just checked on my product page, apparantly ‘Share’ is still the same font, not the normal one yet.

    http://sydneyromantics.com/?product=belmore-shirt

Viewing 15 posts - 16 through 30 (of 35 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register