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

    Hi Kriesi,

    First of all what a fantastic theme. :)

    1. I need help updating the LayerSlider. I understand it won’t update purely just from a Theme update. How do I go about doing this?

    2. My Footer Widget text and size in the home page are different to the Contact page Footer Widget. Not sure how to keep them the same.
    Website is http://www.havannamassagetherapy.com.au

    #687210

    Hi rzurxn,

    1. You don’t need to update the slider since it’s bundled with the theme, it will be updated when you update the theme itself.

    2. Not sure why that is happening but please try this in Quick CSS:

    .page-id-255 #footer h3.widgettitle {
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        font-size: 1.1em !important;
        font-family: 'Droid Serif', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

    Thanks,
    Rikard

    #687472

    Thanks Rikard.

    That code worked. But now the same thing for the Gift Voucher Shop menu. When I click it, the Footer Widget Fonts are different. How can I apply the QUICK CSS code to the Footer Widget for the Gift Voucher Shop menu?

    #687476

    Hi!

    For some reason, your pages conflict with a different font.
    You have to use the same font, do a ” View -> Source ” find the ” <body ” element and there you will get the page id, so you can use on that rule
    ( for as many pages you wish ).

    Let us know if we can do anything else for you

    Regards,
    Basilis

    #708502

    Hi Basilis,

    I am still having problems with the Footer text on http://www.havannamassagetherapy.com.au/shop/

    The footer text on all other pages are fine and consistent. Just the above link is different.

    I did View Source as mentioned but page Id is no where to be found. Is there another way?

    RZURXN

    #708560

    I noticed my Home page isn’t the same either even though I used the Quick CSS and added the code you gave but this time for Page Id

    .page-id-143 #footer h3.widgettitle {
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 1.1em !important;
    font-family: ‘Droid Serif’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif !important;
    }

    I also finally found the page Id for the http://www.havannamassagetherapy.com.au/shop/ which is 3320 but the CSS code doesn’t work. You’ll notice my footers for all three pages are inconsistent. Please help. The correct one is in Contact page.

    #708593

    Okay…. I sorted it out after altering a few items. Somehow the General Styling does not affect all Footers equally. I have somehow continue to make exceptions for each footer on WordPress. Long story.

    The only problem I have left now is the Home Page footer, it won’t get the Top and bottom border for the headers. The other pages are fine. Any ideas? Can you give me the CSS code to do that for that particular page ID?

    #708635

    Hey!

    .page-id-143 html #top .all_colors .widgettitle

    should be working, based on the rest of the site.
    GIve it a try and let us know

    Regards,
    Basilis

    #708647

    Thanks but it doesn’t work. I used the Quick CSS in General Styling. Nothing seems to affect the footer for the Home Page.

    Any other ideas?

    Very strange.

    #708652

    I wanted this fix because down the track, I know this will be an issue when I try to update my footers and change the styling.

    #708879

    Hi,

    Kindly remove these codes:

    .page-id-255 #footer h3.widgettitle {
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        font-size: 1.1em !important;
        font-family: 'Droid Serif', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

    and this one:

    .page-id-143 #footer h3.widgettitle {
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 1.1em !important;
    font-family: ‘Droid Serif’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif !important;
    }

    And replace it with

    #footer h3.widgettitle {
        border-style: solid;
        border-width: 1px;
        border-left: none;
        border-right: none;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        font-size: 1.1em !important;
        font-family: 'Droid Serif', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        margin-bottom: 15px;
        padding: 10px 0;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    #711716

    THANK YOU NIKKO!!!

    That worked perfectly. All pages now have the same footers. :)

    Much appreciated.

    #711813

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.