Navigation

    QloApps Forums

    QloApps Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Home Page Font Color

    Knowledge Base
    page home color font
    3
    5
    110
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      japanou last edited by

      Sorry to ask such a silly question, how do you change the font color?
      I have a white background so I would like to change the font to red or black.

      thanks

      1 Reply Last reply Reply Quote 0
      • S
        shreesh Global Moderator last edited by

        Hello @japanou

        Can you please specify which text font color are you referring to.

        1 Reply Last reply Reply Quote 0
        • J
          japanou last edited by

          Thanks. I found it in one of the css.

          1 Reply Last reply Reply Quote 0
          • Z
            zayno70 last edited by zayno70

            can you tell which css file i have the same problem my background image is light so i need to change the welcome and hotelname and tag line to black
            thanks in advance

            1 Reply Last reply Reply Quote 0
            • S
              shreesh Global Moderator last edited by

              Hi @zayno70

              To change the font color of welcome, hotelname and tag line, you need to do changes in the file at below path.
              hotelcommerce/modules/hotelreservationsystem/views/css/HotelReservationFront.css - line:20.

              Also, you may need to change the user info font color(https://prnt.sc/svpetq). For this, you need to do changes in file at below path.
              hotelcommerce/themes/hotel-reservation-theme/css/modules/blockuserinfo/blockuserinfo.css
              You will need to change color property for the following elements.
              #user_info_acc {} -> LINE:1
              #user_info_acc span.caret {} -> LINE:26
              .header_user_info a {} -> LINE:36

              1 Reply Last reply Reply Quote 0