-
AuthorPosts
-
fintan Friend
fintan
- Join date:
- October 2011
- Posts:
- 50
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 13
- Thanked:
- 2 times in 1 posts
March 20, 2014 at 8:28 am #195963When I set a menu item to “text seperator the style changes completely:
http://www.fintan-gastro-consulting.ch/Fintan_Test_J3/Where can I edit this behavior?
Also where can I set the colors and box frame sizes for the drop down menues?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 20, 2014 at 10:00 am #527459For text seperator fix
Go to this File: /templates/purity_iii/css/themes/fintan/template.css
Add this code :
.nav li .separator {
color: #248f07 ;
text-transform: uppercase;
}.nav li .separator:hover {
color: #248f07 ;
text-transform: uppercase;
-webkit-box-shadow:inset 0 -2px 0 #248f07 ;
box-shadow:inset 0 -2px 0 #248f07 ;
}
For Dropdown style changes, you can edit the css in this file :
/templates/purity_iii/css/themes/fintan/megamenu.css
fintan Friendfintan
- Join date:
- October 2011
- Posts:
- 50
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 13
- Thanked:
- 2 times in 1 posts
March 20, 2014 at 10:15 am #527462Thank you. I’ll try that when I am finished FTP uploading some other site.
Do I turn dev mode “on” in the templpate?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 20, 2014 at 10:36 am #527468yes, once you get all the work completed in the website. you can turn off
fintan Friendfintan
- Join date:
- October 2011
- Posts:
- 50
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 13
- Thanked:
- 2 times in 1 posts
March 20, 2014 at 10:46 am #527471I am confused, with dev on my firebig points to:
templates.purity_iii.less.navigation.less.cssLine 57
not template.css
When I make the changes to
templates.purity_iii.less.navigation.less.cssIt borks my navbar completely.
So I took the changes out again.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 21, 2014 at 1:51 am #527548I have disabled compress optimization. so you can use firebug and know where actual css persists.
disabling compress optimization can only be done by making development OFF.
fintan Friendfintan
- Join date:
- October 2011
- Posts:
- 50
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 13
- Thanked:
- 2 times in 1 posts
March 21, 2014 at 8:54 am #527601<em>@Chavan 417414 wrote:</em><blockquote>I have disabled compress optimization. so you can use firebug and know where actual css persists.
disabling compress optimization can only be done by making development OFF.</blockquote>
Okay I applied your changes and they sort of work, but the alignment is wrong. Not sure how to fix that. My css is rudementary.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 21, 2014 at 11:21 am #527631Go to this File:templates/purity_iii/css/themes/fintan/template.css
Replace this code
.nav li .separator {
color: #248f07 ;
text-transform: uppercase;
}
With
.nav li .separator {
color: #248f07 ;
text-transform: uppercase;
line-height:55px;
}
1 user says Thank You to chavan for this useful post
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by fintan 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum