change color of Testimonial Person Name

Discussion in 'BlackWell-WordPress Business Theme.' started by vesity, Feb 1, 2015.

Thread Status:
Not open for further replies.
  1. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Hi. Two questions...
    1) Is there a way to change the color of the font of the Testimonial Person Name? I need it to be white, as you can see in the 1st screenshot. I tried changing it as shown in screenshot 2, which works at first, but then breaks as shown in screenshot 3.
    2) Is there a way to move the counter bar up a bit like it's supposed to be? See screenshot 1.
    Thanks!!

    Screen Shot 1.jpg

    Screen Shot 2.jpg

    Screen Shot 3.jpg
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .testimonial_image h2 {
      color: white;
    }
    
    Please explain little bit more your second issue.


    Thanks & Regards
    Pramod
     
  3. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Thank you, that fixed the 1st problem perfectly! In regards to the 2nd issue... Please note on the screenshot below that the anthems demo shows the counter bar up in the same area as the rest of the testimonials section, not on the border. While in my site, (see 1st screenshot in thread above) the counter bar is down on the border of the testimonials section.
    Inkthemes demo screenshot.jpg
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .bx-pager.bx-default-pager {
      margin-bottom: 30px;
    }
    
    Thanks & Regards
    Pramod
     
  5. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Perfect fix - thank you Pramod!
     
Thread Status:
Not open for further replies.

Share This Page