OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Drupal 7 Infographics Theme Issues (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Drupal 7 Infographics Theme Issues

straikanews (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Drupal 7 Infographics Theme Issues 9 Years, 10 Months ago
Karma: 0  
Hi Everyone,

I recently purchased the Infographics Drupal 7 theme. The Quickstart package was used to do the installation. THe problem I am having is that at the very bottom there are three colored boxes that change the color of the theme. How do I remove these boxes so that visitors to the site won't be able to change the color and through off the aesthetics of the page. I am at a loss and we need to get this site up and running ASAP.

Has anyone else ran into this problem and how did you fix it?


Best,

Tom
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Drupal 7 Infographics Theme Issues 9 Years, 10 Months ago
Karma: 101  
Hello,

Your site/sites/all/themes/infographics/css/style.css

line 1046
replace this code
#footer .switchButton {
display: inline-block;
margin: 23px 0 0;
overflow: hidden;
}

on

#footer .switchButton {
display: none;
margin: 23px 0 0;
overflow: hidden;
}

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»