I would like to reduce the space at the bottom of my HOME page between the as-position6 and as-position23 (last two positions before my footer module as-position30). How can I do this? My temp site is at http://www.serenita.co.za/FTTH/
Thanks for a great template!
AS Templates
POSTED: 2014-02-25
Hello ALEXMORSE1,
You may to reduce it by editing tmpl.default.css file the following classes:
Sorry, another question. I have changed the template colour in the default template css file to orange. However, the top social media links (as-position1) still have a hover-over colour of red. Which file can I change this colour in? The bottom social media links in the footer have been changed to the new colour orange.
(my temp site: www.serenita.co.za/FTTH)
Thank you!
AS Templates
POSTED: 2014-02-25
Hello ALEXMORSE1,
Try to change the following class (line 988):
.moduletable.social li a:hover
{
color: #ff2200;
transition: color 0.3s ease 0.1s;
}
Regards, AS Team.
Alexmorse1
POSTED: 2014-02-27
Thanks! That's the one - I must have missed it when changing the other items.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I would like to reduce the space at the bottom of my HOME page between the as-position6 and as-position23 (last two positions before my footer module as-position30). How can I do this? My temp site is at http://www.serenita.co.za/FTTH/
Thanks for a great template!
You may to reduce it by editing tmpl.default.css file the following classes:
.page-item, .page-featured {
padding-bottom: 25px;
}
#content-row .container {
padding-bottom: 30px;
padding-top: 20px;
}
But it may reduce the space on all other pages.
Regards, AS Team.
(my temp site: www.serenita.co.za/FTTH)
Thank you!
Try to change the following class (line 988):
.moduletable.social li a:hover
{
color: #ff2200;
transition: color 0.3s ease 0.1s;
}
Regards, AS Team.