Author Topic: blurb font color help  (Read 4713 times)

Offline tzanisfarm

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
blurb font color help
« on: October 03, 2017, 01:35:55 PM »
hello all,
When I was practicing with the css and tpl files I changed the "blurb" font colour by accident to white at sometime and now is showing but with FFFFFF in background and FFFFFF in the text is SOOO hard to locate where I did that.
Anyone can help about that ? Thanks !

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4341
  • Karma: +297/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: blurb font color help
« Reply #1 on: October 03, 2017, 03:26:01 PM »
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline hislordship

  • Jr. Member
  • **
  • Posts: 50
  • Karma: +7/-0
    • View Profile
Re: blurb font color help
« Reply #2 on: April 08, 2020, 08:16:51 AM »
Hello

I'm replying to this as this post has come up in Google, so other users will probably end up here too.

Ideally I would like to change the colour of the blurb font as well.
But from what I can make out, the blurb font is determined by

body {
   color: #333;
   font-size: 13px;
   margin: 0;
   padding: 0;
}

I don't want to change the entire site's body font colour, only the blurb.
Is this possible? If so, please suggest coding as some of us aren't full time coders and only understand some basics of coding.

Thank you

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5465
  • Karma: +269/-2
    • View Profile
Re: blurb font color help
« Reply #3 on: April 08, 2020, 09:15:28 AM »
Hello.
You can do this with
Code: [Select]
.thumbnail .blurb {} css rule

 

Powered by SMFPacks Social Login Mod