-
AuthorPosts
-
September 17, 2013 at 3:31 pm #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.comSeptember 17, 2013 at 7:43 pm #162426Hi 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 youRegards,
YigitSeptember 17, 2013 at 9:49 pm #162514Hey 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.
September 17, 2013 at 10:51 pm #162561Hi,
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,
YigitSeptember 18, 2013 at 2:31 pm #162924Okay, 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.
September 18, 2013 at 3:57 pm #162993Hi,
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,
YigitSeptember 18, 2013 at 5:48 pm #163062Thanks. 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;}
September 18, 2013 at 10:57 pm #163212Hi!
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!
YigitSeptember 19, 2013 at 12:41 am #163240September 19, 2013 at 4:47 am #163350Hey!
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!
JosueSeptember 24, 2013 at 1:40 pm #165623Thanks, Josue. Rockin
-
AuthorPosts
- The topic ‘HEADER MENU NEEDS TO "STAND OUT"’ is closed to new replies.