Logo Issues / Product Headings / Links - by jkdesign

This topic has 4 replies, 3 voices, and was last updated 8 years, 10 months ago ago by Jack Richardson

  • Avatar: jkdesign
    jkdesign
    Participant
    June 24, 2015 at 09:31

    Hi there! Just a few issues on my site…

    1. The logo is a different size in IE & Firefox compared to Chrome (which should be the correct size). Also when page width is brought in to about 1000px (Chrome) the logo disappears!

    2. How do I add custom links in the top left nav bar (code to use)?

    3. How to I make my contact page 2 column (recently fixed to make image go across top)

    4. How do I change the font on product headings in the grid & the ‘Additional Information’ heading under More Info?

    Cheers!

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    June 24, 2015 at 11:34

    Hello,

    1. Please try to use this code in custom.css file:

    .header-type-3 .logo-with-menu img {
      width: 300px !important;
      max-width: 400px !important;
    }

    2. You need add Text widget into “Place in header top bar” area in Appearance > Widgets and add your content there.

    3. As I see the image is going across all content: http://storage1.static.itmages.com/i/15/0624/h_1435141864_9952380_f5fd5d7f80.png
    Please clarify your issue.

    4. To change font for “Additional Information” text add this code in custom.css:

    .tab-content h2 {
        font-family: open sans;
    }

    Please show on a screenshot what product headings you want to change.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: jkdesign
    jkdesign
    Participant
    June 25, 2015 at 04:59

    Thanks for the reply Eva!

    2. I try to put text in there but nothing appears!? Is there special code to link to pages?

    3. I want the information & contact form split into 2 columns underneath the image…

    4. Headings on category page here…
    http://hersbridaltest.jk-design.com.au/screenshots/productheading.jpg

    Also in your opinion, is it safe to use custom fonts? Will they display correctly on different devices?

    Cheers!

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 25, 2015 at 08:18

    Hello,

    2. You had the option “Enable languages area” disabled in Theme Options > Header. I’ve enabled it. Now your content is shown in the top bar.

    3. I’ve added the code in CSS block of VC editor for Contact page:
    http://storage4.static.itmages.com/i/15/0625/h_1435216450_7832044_6a208c65cd.png
    Please check the page now.

    4. Add this code in custom.css:

    .products-grid .product .product-name {
        font-family: open-sans !important;
        font-size-adjust: 0 !important;
    }

    You can use custom fonts, but we can’t guarantee they will work properly on different devices. Sorry.

    Best regards,
    Jack Richardson.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.