Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #162295

    Hello. My client http://shinecharlotte.com wants the VERY TOP HEADER TABS, “Book Appointment” and “Gift Certificates” to really STAND OUT. They wanted it “in a box to be more easily seen.”

    I have NO idea how to do such.

    Would it be possible to either (a) ENLARGE the font to somewhere between the current size of the phone number and a bit larger, or (b) create some sort of BORDER that would make it “pop” ?

    I tried making the BACKGROUND a different color, but the “secondary color” of the current site — yellow — was TOO DISTRACTING.

    Thank you!

    voicepro
    http://shinecharlotte.com

    #162426

    Hi Voicepro,

    You can increase font size and change text color by adding following code to Quick CSS in Enfold theme options under Styling
    .sub_menu { font-size: 13px; }
    .sub_menu>ul>li>a { color: red!important; }

    I hope that helps you

    Regards,
    Yigit

    #162514

    Hey Yigit,

    That’s a good solution. But let me ask you this:

    Would it be possible to do something like this: http://shinecharlotte.com/blank

    Where I moved the SOCIAL ICONS to the UPPER LEFT and INSERTED AN AD in their place.

    Thank you very much for your prompt answer.

    #162561

    Hi,

    It is possible but this customization is more than normal support covers. I could suggest you to hire a freelance developer on http://microlancer.com or http://themeforest.net/forums/thread/so-you-know-how-to-customize-a-template-and-want-to-make-some-money/24795?page=1

    Regards,
    Yigit

    #162924

    Okay, Yigit. Will do.

    One last thing before I close this thread.

    Is there a way to make the FONT stand out?

    In other words; perhaps a DARKER COLOR and DIFFERENT FONT?

    Thank you.

    #162993

    Hi,

    Yes, it is. Please add following code to Quick CSS and adjust it

    .sub_menu>ul>li>a { color: red!important; font-family:"Times New Roman",Georgia,Serif; }

    For custom fonts, please see this topic https://kriesi.at/support/topic/new-custom-font/

    Regards,
    Yigit

    #163062

    Thanks. This “helps” but they’re still wanting to tweak the font, and the ONE PLACE they want to make it “stand out” is:

    The CALL TO ACTION BANNERS that will appear on every page, can I include a “script font” (see below) that can be placed in each of these boxes?

    I followed another thread and they showed how to designate a custom font and add the code, but I wasn’t sure WHERE to place that code for my needed application…the CALL TO ACTION BANNERS.

    Also, do you see how the CALL TO ACTION LINER is not “balanced” inside the box properly?

    Thank you

    @font-face {
    font-family: ‘alex_brushregular’;
    src: url(‘alexbrush-regular-webfont.eot’);
    src: url(‘alexbrush-regular-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘alexbrush-regular-webfont.woff’) format(‘woff’),
    url(‘alexbrush-regular-webfont.ttf’) format(‘truetype’),
    url(‘alexbrush-regular-webfont.svg#alex_brushregular’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    #163212

    Hi!

    Can you post a screenshot and show what is not balanced? You can use http://imgur.com/ to upload screenshots and post links here

    Cheers!
    Yigit

    #163240

    Yes.

    http://imgur.com/HTTDRRS,KZnt1VI,EdNDy4G#0

    They seem to be just off of center.

    Thank you

    #163350

    Hey!

    I guess you are referring to the promo-box located in this page, the problem it has unnecessary empty paragraphs around the text, try removing them.

    Cheers!
    Josue

    #165623

    Thanks, Josue. Rockin

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘HEADER MENU NEEDS TO "STAND OUT"’ is closed to new replies.