-
AuthorPosts
-
March 22, 2014 at 4:44 pm #241639
Is there any reason, why bold/strong text is always coloured like the primary color?
any way to avoid this?
thanks a lotMarch 22, 2014 at 5:38 pm #241646Hi Viramedia!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color strong, .alternate_color strong { color: inherit; }
Best regards,
YigitMarch 22, 2014 at 7:02 pm #241660thanks Yigit. did work
but now I have the issue that bold is really bad visible
is it possible to change the styles so that normal text & bold is better visible?btw. for example when using the Google Webfont Maven Pro, Bold text is unfortunately blurry…
March 24, 2014 at 4:04 pm #242135Hey!
Can you post the link to your website so we can take a look?
Best regards,
YigitMarch 24, 2014 at 7:08 pm #242265Hi Yigit… thanks for helping…
here a link… http://wpml.viramedia.de/
March 24, 2014 at 7:47 pm #242294Hi!
I have checked your website on on Chrome, Firefox and IE on Win7 and font looks fine on my end http://i.imgur.com/hM6PiMn.jpg
Which OS and browser are you using? Can you post a screenshot and show how it looks on your end?Best regards,
YigitMarch 24, 2014 at 8:49 pm #242335Hi Yigit
Im on Win 8 + Chrome… take a look at this page
http://wpml.viramedia.de/acer-veriton-m4630g-und-x4630g-business-desktop-pcs-bessere-performance-fuer-hoehere-produktivitaet/the Font is making some issues… and is blurry when in bold
March 25, 2014 at 3:36 am #242469Hey!
It looks ok when I checked it Chrome Win8. Please add this on Quick CSS or custom.css:
#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a { font-weight: inherit; text-decoration: none; color: inherit; -webkit-text-stroke: 0.5px; -webkit-font-smoothing: antialiased; }
Regards,
IsmaelMarch 25, 2014 at 10:28 am #242625Hi Isamel
still not better http://wpml.viramedia.de/news/
now the font looks much more ugly…. especially “üöä” look badMarch 27, 2014 at 8:25 am #243690Hi!
This is a chrome bug which will be fixed in the next version – see https://code.google.com/p/chromium/issues/detail?id=332958
For now I recommend to remove the-webkit-text-stroke: 0.5px;
attribute from Ismaels code – it will give you better results.
Cheers!
PeterApril 5, 2014 at 2:23 pm #247776Hi Dude
even when deleting those part from CSS, still fonts are really blur when used in bold… is there any way to use the font in black mode instead of bold?thanks
April 7, 2014 at 1:28 pm #248160Hi!
Please add following code to Quick CSS to set font weight to normal and change color on bold elements
.main_color strong { font-weight: normal; color: #888; }
Cheers!
YigitMay 16, 2016 at 11:07 am #632844Bold still does not look better
how can this be fixed? Yigit code just change the color of the bold text.
May 16, 2016 at 11:13 am #632849is there any way to define in quick css
Normal = normal 400
strong = ultra-bold 900That should give a much more clearer output. Thanks
May 17, 2016 at 12:01 pm #633657Hi,
link you’ve provided does not work, can you check please?
You can usefont-weight: 400;
for example instead. Play around with different values (100, etc.) until it fits for you.
Best regards,
AndyMay 20, 2016 at 8:54 am #635773Hi Andy, here the correct link
May 20, 2016 at 5:41 pm #635995Hi,
You can use the code as following
.main_color strong, .alternate_color strong { color: inherit; font-weight: bolder!important; }
Please note that font weight might not be available out of the box. You can add it by referring to this post – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
Best regards,
YigitJuly 16, 2016 at 6:55 pm #661674Im still having the issue that bold is automatically colored in the primary color
please check the pricing table where I used bold
any way to disable the automatic bold color?July 18, 2016 at 1:48 pm #661935Hi,
link you’ve provided does not work for me. Please check.
Go to Enfold->General Styling->Main Content and adjust the colors.
Please provide us a correct and precise link showing the elements in question.
Best regards,
AndyJuly 18, 2016 at 4:02 pm #662086Thanks I fixed it myself
-
AuthorPosts
- The topic ‘Color of Bold’ is closed to new replies.