-
AuthorPosts
-
September 14, 2016 at 11:32 am #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.auSeptember 16, 2016 at 5:34 am #687210Hi 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,
RikardSeptember 16, 2016 at 1:13 pm #687472Thanks 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?
September 16, 2016 at 1:21 pm #687476Hi!
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,
BasilisNovember 5, 2016 at 2:25 am #708502Hi 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
November 5, 2016 at 6:36 am #708560I 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.
November 5, 2016 at 8:25 am #708593Okay…. 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?
November 5, 2016 at 9:53 am #708635Hey!
.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 knowRegards,
BasilisNovember 5, 2016 at 10:12 am #708647Thanks 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.
November 5, 2016 at 10:20 am #708652I 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.
November 6, 2016 at 5:17 pm #708879Hi,
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,
NikkoNovember 13, 2016 at 11:48 pm #711716THANK YOU NIKKO!!!
That worked perfectly. All pages now have the same footers. :)
Much appreciated.
November 14, 2016 at 7:50 am #711813 -
AuthorPosts
- You must be logged in to reply to this topic.