-
AuthorPosts
-
divinemagazine Friend
divinemagazine
- Join date:
- February 2015
- Posts:
- 88
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 18
July 20, 2015 at 3:20 pm #209033Just wanted to ask if it’s possible to add a background color (#b79951) with white text to the main menu like this design http://development.divinemagazine.net/
Anders
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 20, 2015 at 3:35 pm #578046Hi there
Please provide your site access. I’ll try to inspect that.Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 20, 2015 at 3:35 pm #644337Hi there
Please provide your site access. I’ll try to inspect that.Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 20, 2015 at 3:35 pm #742970Hi there
Please provide your site access. I’ll try to inspect that.Thank you,
Viet Vudivinemagazine Frienddivinemagazine
- Join date:
- February 2015
- Posts:
- 88
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 18
July 20, 2015 at 4:07 pm #578048Thanks for your reply Viet Vu. Just sent you a PM with login details
divinemagazine Frienddivinemagazine
- Join date:
- February 2015
- Posts:
- 88
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 18
July 20, 2015 at 4:07 pm #644339Thanks for your reply Viet Vu. Just sent you a PM with login details
divinemagazine Frienddivinemagazine
- Join date:
- February 2015
- Posts:
- 88
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 18
July 20, 2015 at 4:07 pm #742972Thanks for your reply Viet Vu. Just sent you a PM with login details
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 20, 2015 at 4:28 pm #578051Try This . . .
If you haven’t yet done so, create a new file called “custom.css” within file path —> /templates/teline_v/css/
Within that custom.css file, paste the following CSS rules:
.t3-mainnav {
background: #ffffff none repeat scroll 0 0;
}.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > .separator {
background: #000000 none repeat scroll 0 0;
}Modify the color codes above to whatever color you wish.
SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
Hope That Helps.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 20, 2015 at 4:28 pm #644342Try This . . .
If you haven’t yet done so, create a new file called “custom.css” within file path —> /templates/teline_v/css/
Within that custom.css file, paste the following CSS rules:
.t3-mainnav {
background: #ffffff none repeat scroll 0 0;
}.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > .separator {
background: #000000 none repeat scroll 0 0;
}Modify the color codes above to whatever color you wish.
SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
Hope That Helps.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 20, 2015 at 4:28 pm #742975Try This . . .
If you haven’t yet done so, create a new file called “custom.css” within file path —> /templates/teline_v/css/
Within that custom.css file, paste the following CSS rules:
.t3-mainnav {
background: #ffffff none repeat scroll 0 0;
}.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > .separator {
background: #000000 none repeat scroll 0 0;
}Modify the color codes above to whatever color you wish.
SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
Hope That Helps.
divinemagazine Frienddivinemagazine
- Join date:
- February 2015
- Posts:
- 88
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 18
July 20, 2015 at 4:36 pm #578052Added the css rule to custom.css but it’s not working
divinemagazine Frienddivinemagazine
- Join date:
- February 2015
- Posts:
- 88
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 18
July 20, 2015 at 4:36 pm #644343Added the css rule to custom.css but it’s not working
divinemagazine Frienddivinemagazine
- Join date:
- February 2015
- Posts:
- 88
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 18
July 20, 2015 at 4:36 pm #742976Added the css rule to custom.css but it’s not working
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 20, 2015 at 4:38 pm #578053<em>@divinemagazine 483875 wrote:</em><blockquote>Added the css rule to custom.css but it’s not working</blockquote>
Are you using a particular color theme ?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 20, 2015 at 4:38 pm #644344<em>@divinemagazine 483875 wrote:</em><blockquote>Added the css rule to custom.css but it’s not working</blockquote>
Are you using a particular color theme ?
-
AuthorPosts
This topic contains 71 replies, has 3 voices, and was last updated by divinemagazine 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum