Home Forums Pro Themes Business Field Pro Quote marks in testimonials slider – change colour

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #98830
    Evelina Miller
    Participant

    Good afternoon,

    I can’t seem to change the colour of the quote marks in the testimonial slider widget. Please can you help?

    https://aveng.co.uk/

    Many thanks,
    Evelina

    #98869
    wensolutions
    Keymaster

    Hello @evelinamiller,

    First of all thank you very much for using the theme.

    Now to change the color of the quote, add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .business_field_widget_testimonial_slider .testimonial-content-area p::before {
        color: #ed1e24;
    }

    You can change the color code as per your requirement.

    Hope this helps.

    Thank you.

    #99819
    Evelina Miller
    Participant

    Thank you very much for your help!

    I have another quick question: on my website, when I am using the search bar widget in my sidebar menu, it comes up as default colour – blue (please see this link: https://aveng.co.uk/home/about-av-engineering/). I tried playing with the colour options, but then the little search sign in the top right corner changes the background, it goes from white to red..

    Also the same happens with the quote block in block editor, it comes up as blue, please see this page: https://aveng.co.uk/case-studies/ipe-technologies/

    Please could you advise.

    Thank you,
    Evelina

    #99868
    wensolutions
    Keymaster

    Hello

    Actually we are not quite clear with your query.Upon changing the color option, the search icons color is not changes but the background color gets changed.

    Can you please explain what you are trying to customize in your site so that we can help you further ?

    Regards!

    #100701
    Evelina Miller
    Participant

    Hello,

    Thank you for coming back to me.

    The search button’s background colour on my side menu (in the top right corner of the page body) is currently blue (default colour): https://aveng.co.uk/home/about-av-engineering/

    I would like to change it to the red colour. When I do it in the customise area, it does change, but then the little black search icon under the top menu bar (under the tel number and address) also changes to red background (currently no background colour). I think it is a bug in the coding…

    Also, could you possibly assist me with the other thing. On my front page area, I have got the Services we provide section. The description of each of the service starts with the page title. Could the titles be removed using CSS?

    Many thanks for all your help,
    Evelina

    #100739
    wensolutions
    Keymaster

    Hello

    Please attach the below given CSS to change the background color of the search box by going to Admin Panel > Appearance > Customize > Additional CSS.

    input.search-submit {
        background: #ed1e24;
    }

    To remove the page title, please add the below given CSS.

    .service-block-inner-content .service-item-title{
        display: none;
    }

    Hope this helps

    Feel free to reach us for any further query/confusion.

    Regards!

    #101176
    Evelina Miller
    Participant

    Thank you very much for your help.

    Could I possibly ask another question? On my homepage https://aveng.co.uk/ I have services widget and it shows a little bit of text under each icon. The text starts with the heading from that page. For example, https://aveng.co.uk/processes-2/high-definition-thermoforming/ this page has a heading “High definition thermoforming process” and this heading shows in the widget area on the front page

    Is it possible to remove the heading from the excerpt, as I have a lot of repetition? But only in the widget, not from the actual page?

    Many thanks,
    Evelina

    #101179
    Evelina Miller
    Participant

    Hi there,

    I have managed to sort the issue above.

    Regards,
    Evelina

    #101183
    wensolutions
    Keymaster

    Hello @evelinamillar,

    Glad that you figured out the issues by yourself.

    If you have any issues further, please let us know.

    Thank you.

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.