Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    What is your url, otherwise I can’t see the problem.

    Thread Starter BK Lim

    (@bk-lim)

    Thank you, Tijmen Smit,

    My url and page is;
    https://www.theuklife.com/car-boot-sale/

    Your help is highly appreciated. (I do have same problem in “Contact Page” also)

    BK

    Plugin Author Tijmen Smit

    (@tijmensmit)

    Add this to CSS file in your theme, that ‘should’ fix the text for the store locator.

    #wpsl-wrap p {
       font-size: 14px;
       margin:0 !important;
       padding-bottom: 10px !important;
    }

    For the font size on other page you have to ask your developer. The code that causes the problem on the contact page is this.

    p {
        color: #ad2742;
        font-size: 37px;
        margin-bottom: 96px;
        margin-top: 92px;
    }

    It seems to be placed in the html itself, so maybe there is an option somewhere in your theme to add css? Reducing the font size and margin should fix the problem.

    Thread Starter BK Lim

    (@bk-lim)

    Thank you very much!
    It’s resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Results Font and Color Change’ is closed to new replies.