1. Ale
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 08 July 2016
  5.  Subscribe via email
Hi Ciaran,

I need solved the configuration of Fedora template, here details:

Here my url: http://www.coman.cl/index.php

1.- Themain menu generate an excess space betwen top and bottom margin..... (image attached)

2.- How change the breadcrumb color?.

3.- How change the footer or bottom menu background color?

4.- How change text color in the Dropdown menu?

Regards,
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ale

1. To amend try adding the following to the Custom CSS field of your templates parameters...


#logo {
padding: 10px 30px;
}
.hornav > ul > li > a {
line-height: 124px;
}


2. Would you have a URL to an example of your breadcrumbs?

3. Add the following to the Custom CSS field of your templates parameters (edit to taste)...


#container_footermenu {
background-color: #444444;
}


4. Add the following to the Custom CSS field of your templates parameters (edit to taste)...


.hornav ul ul li a {
color: #fff;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank CIaran It work.

In the breadcrumbs I solved my problem with this code:
#breadcrumb {
background-color: #0071be;
}

Regards!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Excellent... thank you for the update! :)

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!