UVdesk

    • Register
    • Login
    • Search
    • Recent

    Solved Knowledgebase Text Colour

    General Discussion
    3
    3
    215
    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.
    • R
      Rachael J Price last edited by

      Need to change the text color of the knowledgebase? How can I do?

      1 Reply Last reply Reply Quote 0
      • Sanjeev
        Sanjeev developer UVdesk Staff mod last edited by

        @Rachael-J-Price

        Currently for text there is no option to change it's color form website (from branding section).
        But if you need any specific color for the same you can add a style for the same.

        Locate path in your project:
        vendor/uvdesk/support-center-bundle/Resources/views/Themes you will see different theme templates here.

        You need to make changes into these files.

        https://github.com/uvdesk/support-center-bundle/tree/master/Resources/views/Themes

        Example:
        Default layout is Masonry view so you need to make changes in masonryView.html.twig

        For heading if you need to a Red color:

        <h1 style="color: red" class="uv-text-center">{{ "Browse via Folders"|trans}}</h1>

        Check this: https://prnt.sc/xp1xzh

        For paragraph:

        If you need yellow color then:

        <p style="color:yellow" class="uv-text-center uv-fixed-width">{{ "Looking for something that is queried generally? Choose a relevant folder from below to explore possible solutions"|trans}}</p>

        Check this: https://prnt.sc/xp2e6d

        1 Reply Last reply Reply Quote 0
        • robertvincent
          robertvincent last edited by

          thanks for the information.

          Robert Vincent
          Graphic Design
          UK CLIPPING PATH

          1 Reply Last reply Reply Quote 0
          • First post
            Last post