Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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!

    #166946

    Hey 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,
    Yigit

    #166960

    Hello,

    Please see my screen shot for the area I am tying to make transparent, it is basically the background of the menu

    #166961

    Here

    • This reply was modified 10 years, 7 months ago by optizign13.
    #167032

    Hi!

    Try this:

    #header_main_alternate, #menu-main-menu{ background: transparent; }

    Cheers!
    Josue

    #167250

    thank you!

    what is the code to remove the borders from the menu? right now its like a weird black…
    http://practiceexcel.com/personaltouchdental.com/

    #167253

    Hello!

    Please add following code to Quick CSS

    #top .main_menu .menu > li > a { border: none; }

    Best regards,
    Yigit

    #167275

    Thank 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/

    #167278

    Never-mind I figured out my first issue!

    However I still need help fixing the fonts within the website. Thanks!

    #167286

    Hi!

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Styling/Position Help’ is closed to new replies.