Remove color/style options from footer
WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
- GK User
- Sat Dec 07, 2013 3:51 am
Hi,
I'm new to wordpress and I am trying to remove the color options (style 2+3.css) from my footer but unfortunately I can't figure it out. My address is www.thinkevents.dk/site
Any help would be much appreciated!
I'm new to wordpress and I am trying to remove the color options (style 2+3.css) from my footer but unfortunately I can't figure it out. My address is www.thinkevents.dk/site
Any help would be much appreciated!
-
- Fresh Boarder
- GK User
- Sat Dec 07, 2013 5:11 am
And while I'm at, if you could also kindly tell me how I edit single posts e.g. remove the featured box (right side) and the grey box to the left (Published In:, etc)
Again, a big thank you if you can help me out!
Again, a big thank you if you can help me out!
-
- Fresh Boarder
- GK User
- Sat Dec 07, 2013 6:20 pm
Hi,
Color/style switcher you can disable in Template Options -> Features tab and "Style Switcher Display" option.
In regards to the single post, could you attach a screenshot with marked exactly elements which you want to remove?
Color/style switcher you can disable in Template Options -> Features tab and "Style Switcher Display" option.
In regards to the single post, could you attach a screenshot with marked exactly elements which you want to remove?
-
- Moderator
- GK User
- Mon Dec 16, 2013 1:34 pm
Hi Piotr,
Thanks for your reply! I didn't notice that you had replied until now so sorry for not getting back to you earlier. I managed to figure most of it out on my own but I'd like to know how to manually remove the style switcher options as when I disable it in template options, it remove the space I'd like to keep.
Regarding manually editing the theme's files, I'm also having a devil of a hard time figuring out how to remove the "gap" in between "Header" and "Top Widgets 1" (http://i.imgur.com/noBeq0F.png - gap in between "Test" and "Remove". I thought removing the widget activated areas would remove the gap but then I realized there's a gap in between the actual widget activated areas. I'd like the picture slider to be as close to the top (under the menu) as possible
Thanks for your reply! I didn't notice that you had replied until now so sorry for not getting back to you earlier. I managed to figure most of it out on my own but I'd like to know how to manually remove the style switcher options as when I disable it in template options, it remove the space I'd like to keep.
Regarding manually editing the theme's files, I'm also having a devil of a hard time figuring out how to remove the "gap" in between "Header" and "Top Widgets 1" (http://i.imgur.com/noBeq0F.png - gap in between "Test" and "Remove". I thought removing the widget activated areas would remove the gap but then I realized there's a gap in between the actual widget activated areas. I'd like the picture slider to be as close to the top (under the menu) as possible
-
- Fresh Boarder
- GK User
- Mon Dec 16, 2013 1:43 pm
-
- Fresh Boarder
- GK User
- Mon Dec 16, 2013 3:51 pm
could you provide an URL to your website? (here or via PM) then i'll be able to help..
-
- Moderator
- GK User
- Mon Dec 16, 2013 4:02 pm
Sorry, you provided an URL in your first post, but I don't see this gap anymore on your website.
In regards to the bottom padding, add this code to css/override.css file (first enabli this option from template options -> advanced tab)
In regards to the bottom padding, add this code to css/override.css file (first enabli this option from template options -> advanced tab)
- Code: Select all
#gk-footer {
padding-bottom: 60px
}
-
- Moderator
- GK User
- Tue Dec 17, 2013 10:35 am
Thanks for the reply!
Please look at the following images regarding the gap I am talking about:
Gap: http://i.imgur.com/LfRZvaE.png
What I want it to look like: http://i.imgur.com/QXxCjt6.png
Do you see in the "Gap" picture how there is a space between Top Widget (Where it says "test") and Head Widget (Where it says "Remove")? How do I remove that so that "Remove" is as close to the menu (top of the page) as possible?
Please look at the following images regarding the gap I am talking about:
Gap: http://i.imgur.com/LfRZvaE.png
What I want it to look like: http://i.imgur.com/QXxCjt6.png
Do you see in the "Gap" picture how there is a space between Top Widget (Where it says "test") and Head Widget (Where it says "Remove")? How do I remove that so that "Remove" is as close to the menu (top of the page) as possible?
-
- Fresh Boarder
- GK User
- Tue Dec 17, 2013 10:38 am
If I am still doing a poor job of explaining myself, please have a look at this screengrab: http://i.imgur.com/kELsRpg.png
-
- Fresh Boarder
- GK User
- Tue Dec 17, 2013 11:18 am
Yes, I understand everything, but I don't see this gap on your website (with Test text), maybe is only visible when you are logged in? could you check or send me a PM with backend access to your website, then I'll be able to help you.
See an attachment - it's your homepage, if you want to decrease/remove marked area, add this code to override.css file:
See an attachment - it's your homepage, if you want to decrease/remove marked area, add this code to override.css file:
- Code: Select all
#gk-head {
margin-bottom: 20px;
}
-
- Moderator
10 posts
• Page 1 of 1