-
AuthorPosts
-
Tech-xml Friend
Tech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
June 5, 2015 at 1:49 am #572983<em>@insofticursos 476064 wrote:</em><blockquote>@TomC I will rephrase the question
I need to make three adjustments Footer-right menu
1 – Align top – referring to the left of the corporation text
2 – Change color of hover menus for: color: # 96a1a3;
3 – Remove the blue when the menu is activatedThe attached image shows the three problems
</blockquote>
@chavan Can you help me?
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
June 7, 2015 at 2:57 am #573161Hi @insofticursos,
Please open file templatesubercsscustom.css (if you don’t have this file, just create a new one) then add this code :
.uber-footer .footer-right .nav li {
margin: 0;
}
.uber-footer .footer-right .nav li a {
padding-top: 0;
}
.uber-footer .footer-right .nav li a:hover {
color: #96a1a3;
}
.uber-footer .footer-right .nav li.active a {
background: none;
}Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
June 8, 2015 at 9:42 am #573274Hi @insofticursos,
Check for this part in previous code :
.uber-footer .footer-right .nav li a {
padding-top: 0;
}then add the color property there :
.uber-footer .footer-right .nav li a {
color: red;
padding-top: 0;
}Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
June 8, 2015 at 9:42 am #738302Hi @insofticursos,
Check for this part in previous code :
.uber-footer .footer-right .nav li a {
padding-top: 0;
}then add the color property there :
.uber-footer .footer-right .nav li a {
color: red;
padding-top: 0;
} -
AuthorPosts
This topic contains 23 replies, has 4 voices, and was last updated by Tech-xml 9 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum