-
AuthorPosts
-
September 26, 2013 at 8:22 pm #166727
Hello,
I am trying to make some changes to the style/format of my website:
http://practiceexcel.com/personaltouchdental.com/
1) On top of the logo there is a purple bar that goes all the way across, I think this is where header text would go, I need to remove this so the logo is at the very top
2)I need to replace the area that has the social icons (currently an envelop) with my own image, where would i do this?
3)I need to change the bg color of the menu to be transparent
4) How would I remove the search bar
5) I need to center my footer menu
Let me know if you need anything, thanks!
September 27, 2013 at 12:57 am #166946Hey optizign13!
1) Please add following code to Quick CSS
#header_meta { display: none; }
2) As Kriesi mentioned here https://kriesi.at/support/topic/enfold-feature-requests/#post-22197 “Method of adding custom icon fonts to the template builder (which allows you to add custom icons like youtube, xing etc)” feature was accepted and will be added in upcoming versions.
3) Can you post a screenshot and show where exactly you want to make transparent?
4)
#top #menu-item-search { display: none; }
5)
#socket .sub_menu_socket { margin-right: 335px; }
Best regards,
YigitSeptember 27, 2013 at 2:41 am #166960Hello,
Please see my screen shot for the area I am tying to make transparent, it is basically the background of the menu
September 27, 2013 at 2:42 am #166961- This reply was modified 11 years, 1 month ago by optizign13.
September 27, 2013 at 7:02 am #167032Hi!
Try this:
#header_main_alternate, #menu-main-menu{ background: transparent; }
Cheers!
JosueSeptember 27, 2013 at 7:15 pm #167250thank you!
what is the code to remove the borders from the menu? right now its like a weird black…
http://practiceexcel.com/personaltouchdental.com/September 27, 2013 at 7:17 pm #167253Hello!
Please add following code to Quick CSS
#top .main_menu .menu > li > a { border: none; }
Best regards,
YigitSeptember 27, 2013 at 7:54 pm #167275Thank you!
There still appears to be a top border on the menu of some kind?
http://practiceexcel.com/personaltouchdental.com/
If you see there is a dark line going through the logo all the way to the right side where the phone number is, it is very faint but still there.
Also,
I want to make my h1’s within the pages the Railway font…right now it looks like it is only applying to the text that is within the purple bar inside of my pages
http://practiceexcel.com/personaltouchdental.com/our-office/
September 27, 2013 at 8:05 pm #167278Never-mind I figured out my first issue!
However I still need help fixing the fonts within the website. Thanks!
September 27, 2013 at 8:38 pm #167286Hi!
I see Railway being applied to the heading elements, it’s just that the letter-spacing is 1px by default, try this:
h1, h2, h3, h4{ letter-spacing: 0 !important; }
Regards,
Josue -
AuthorPosts
- The topic ‘Styling/Position Help’ is closed to new replies.