Testimonial attributes colors

Discussion in 'One Page Pro WordPress Theme' started by rexmanaster, Sep 27, 2017.

  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Please can you tell me how I can change the color of the:

    1) testimonial author name
    2) dots

    Please see screenshot for clarification.

    Thanks,
    Rex
     

    Attached Files:

  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To change the color of testimonial author name and dots, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .bx-wrapper .bx-caption span a {
        color: #3f00b7;
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        background-color: #4169e1;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Thanks, but I have two issues:

    1. I want to change the border color of the pager, not the background color. How can I do that?
    2. When I press the pager (moving from one testimonial to the next), the page re-positions automatically to the top of the page. How can I fix that? See http://topratedlaw.com
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To change the border color of the pager, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .bx-wrapper .bx-pager.bx-default-pager a {
        border: 2px solid #000000;
    }
    Note: You can use any color Hex code instead of #000000 to set your desired color.

    And I just checked the testimonial section but didn't notice the issue as you above.

    Kindly have a look at the attached video.

    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  5. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Great, thanks!

    ... and yes, that repositioning quirk seems to have disappeared.
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Sounds great...
     

Share This Page