End of Support for Joomla 3 - Forum closed
[SOLVED] 2 Little Customizing Helps to Snowflake Template
- Pedro de Maciot
- Offline Topic Author
- Senior Boarder
- Posts: 54
- Thank you received: 1
2 Little Customizing Helps to Snowflake Template was created by Pedro de Maciot
Posted 9 years 4 months ago #8733
Hi there, I know, this is not a question for the template builder:
1) how may I change the color of the Top Menu? I want to change the top Items to my RED (#990000) insted of the black which appears in the aktive link (the change to the blue hoover link I still found) See screen-navi.jpg. Also want to change the BIG LETTERS in normal Type.
2) I tried to reduce the distance between the LOGO and the Headline of my Content - but no chance to find the place where to do it! Need some help, please.
See screens: head1.jpg and head2.jpg
Thanks a lot !
1) how may I change the color of the Top Menu? I want to change the top Items to my RED (#990000) insted of the black which appears in the aktive link (the change to the blue hoover link I still found) See screen-navi.jpg. Also want to change the BIG LETTERS in normal Type.
2) I tried to reduce the distance between the LOGO and the Headline of my Content - but no chance to find the place where to do it! Need some help, please.
See screens: head1.jpg and head2.jpg
Thanks a lot !
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic 2 Little Customizing Helps to Snowflake Template
Posted 9 years 4 months ago #8737
Live Url please, we have to see the source code.
But you can do it really simple by yourself with Google Chrome > Hit F12
www.joomlaplates.com/template-customizing
Search the css color from the source and copy the found source into the css/custom.css
But you can do it really simple by yourself with Google Chrome > Hit F12
www.joomlaplates.com/template-customizing
Search the css color from the source and copy the found source into the css/custom.css
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- Pedro de Maciot
- Offline Topic Author
- Senior Boarder
- Posts: 54
- Thank you received: 1
Replied by Pedro de Maciot on topic 2 Little Customizing Helps to Snowflake Template
Posted 9 years 4 months ago #8740
Yes - tried it with Firefox Firebug but can not find it - to stupid ;-( this day
Live-url: hidden url = dev.lanzarote-virtual.com (sorry - it is under construction - learning Joomla 3.4. and JP-snowflake and all the details….)
Pedro
Live-url: hidden url = dev.lanzarote-virtual.com (sorry - it is under construction - learning Joomla 3.4. and JP-snowflake and all the details….)
Pedro
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic 2 Little Customizing Helps to Snowflake Template
Posted 9 years 4 months ago #8751
Hi there,
the gaps are "margins", see image below:
If you want to change the margin, please add this syntax to your css/custom.css
The menu color of the active link can be change at the customizer or at the custom.css like this:
the gaps are "margins", see image below:
Attachment gap_2015-07-04.jpg not found
If you want to change the margin, please add this syntax to your css/custom.css
.tm-middle{margin-top:20px}
The menu color of the active link can be change at the customizer or at the custom.css like this:
.uk-navbar-nav > li.uk-active > a {
color: #990000;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
- Pedro de Maciot
- Offline Topic Author
- Senior Boarder
- Posts: 54
- Thank you received: 1
Replied by Pedro de Maciot on topic [SOLVED] 2 Little Customizing Helps to Snowflake Template
Posted 9 years 2 months ago #9496
Problem solved.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates