1. bunsworth
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 14 July 2019
  5.  Subscribe via email
Two things I'd like to do.
1) https://hyvacinc.com- Id like to put a transparent band behind the home page menu similar to what you did on the template Lifestyle. Can you give me that CSS that will accomplish that?
2) https://hyvacinc.com/index.php/contact - the contact form fields should be the full width of the horizontal area. The forms field set is 740x707, if that is what I need to change but I don't know how.

Also I can't delete the contact info above the Contact form. I tried in contact setting & in the menu settings which didn't work.

As always thanks for your feedback.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

1. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

#hornav ul {
background-color: rgba(0, 0, 0, 0.5);
}


2. To amend also add the following...


textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="email"] {
width: 100%;
}


3. To amend also add the following...


.contact .page-header + h3, .contact .page-header + h3 + dl {

display: none;

}


CIaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Wonderful! Much appreciated.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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