Product Updates
T4 Framework, Ad Agency Pro, JA Builder, and More

I have changed the brand primary color in theme magic into orange. In the preview I can see that the back ground of the icons has changed into orange and the text is grey. However on my website the background of the icons is white and the text is not visible. How is it possible that the preview shows something else than the website??

    gbtravel Hi

    Can you add your admin details in edit fields in order for us to take closer look. Also, Kindly let us know the direct site link from where screenshot has been taken for specific section

    For reference, You can follow thread post (5 point) procedure.

      aman204

      sorry I have updated the fields. The screenshotes were taken from www.slapeninzuidafrika.nl and the admin (theme magic) of this website

      thx for your help

        gbtravel Hi

        The "Brand primary color" is coming right as envisaged however, there is conflict coming from another CSS rule-set due to which the specific CSS property is being superseded henceforth not applying. Ref: Screenshot

        Try add this to custom.css file and the same shall apply :

        .nav-pills > li.active > a{background:#fe6945 !important;}

        Kindly ensure to clear your browser cache if changes dont reflect.


        Note: You may disable css compression while the site is still in development phase, in order to get the right CSS file reference where the CSS rule-sets can be seen coming from henceforth making it easier for debugging purposes and provide more concise solution

          aman204
          Thank you very much. I also managed to show the titles with the following code now.
          div.k2ItemsBlockGrid .grid-filter-category ul.nav > li span {
          display: contents;
          }

          Write a Reply...
          You need to Login to view replies.