Viewing 9 replies - 1 through 9 (of 9 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you know how you got that text there?

    Thread Starter jojo29

    (@jojo29)

    Apparence – Général Settings – Call Us Number – Call Us Text

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Did you add any code into it?

    Thread Starter jojo29

    (@jojo29)

    not I just add code to the dedicated CSS part :

    .slidesDescription { background-color:#4D4945; } .navbar-inverse .nav li.current_page_item{ background-color: #4D4945; } .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover { background-color: #4A2044; } .jumbotron h1 { color:#4A2044 !important; } .spa_tag span { color: #A1253E; } .home_service { color:#F22853 !important; } .pink-container { background: none repeat scroll 0 0 #4D4945; }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Looks like an issue with your theme because different HTML is served in this section for different pages.

    On the page with the issue, a paragraph is served inside of a span element. To override that, try adding this CSS:

    body .spa_tag span p {
        color: #a1253e;
        font-size: 12px;
    }

    Thread Starter jojo29

    (@jojo29)

    Hello,

    the code works well thank you! But the word font size “Rendez-vous”, it is not the same on the home page and on the “Mentions Légales”. Thank you in advance.

    Imran Ali

    (@imranaliweb)

    Hi

    For this Use below code in custom css Field(Theme Dashboard >> appearance >> option panel >> custom css Filed)

    .spa_tag span
    {
    font-size: 14px !important;
    }

    Then save and check your website.

    Thanks.

    Thread Starter jojo29

    (@jojo29)

    Hello, the word police “Rendez-vous” is just a little more fat on the page “Mentions Légales” I do not know if we can fix that. Otherwise thank you for your answers.

    Imran Ali

    (@imranaliweb)

    Hi

    Try below code in custom css Filed

    .spa_tag span p
    {
    font-weight: 600 !important;
    font-family: Raleway-Medium !important;
    }

    Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Rendez-Vous police it not the same on different page’ is closed to new replies.