how to change text color in category view in magento2I want to change a category name/text link to a picture in the main navigation barDisplay product text attribute on categoryChange placeholder text color in Magento 2 search boxHow to change color / hover color of icons? - Magento2How to move category description text?Change the background color of the catalog product view page?How to show dropdown configurable attribute in Product Category View in Magento 2?Is it possible to change category names or create new category if category is available programmatically magento 2?How to change welcome text in Magento 1.7?Color Swatch not showing on search result page in magento2

Minkowski space

Have astronauts in space suits ever taken selfies? If so, how?

Why Is Death Allowed In the Matrix?

tikz: show 0 at the axis origin

Fencing style for blades that can attack from a distance

What's the point of deactivating Num Lock on login screens?

How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?

How can I make my BBEG immortal short of making them a Lich or Vampire?

How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?

Adding span tags within wp_list_pages list items

How to format long polynomial?

Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)

Do VLANs within a subnet need to have their own subnet for router on a stick?

LaTeX closing $ signs makes cursor jump

Can I ask the recruiters in my resume to put the reason why I am rejected?

How could an uplifted falcon's brain work?

What do you call a Matrix-like slowdown and camera movement effect?

How can bays and straits be determined in a procedurally generated map?

Why are 150k or 200k jobs considered good when there are 300k+ births a month?

Is it possible to do 50 km distance without any previous training?

What typically incentivizes a professor to change jobs to a lower ranking university?

How much RAM could one put in a typical 80386 setup?

Why can't I see bouncing of a switch on an oscilloscope?

Is it legal for company to use my work email to pretend I still work there?



how to change text color in category view in magento2


I want to change a category name/text link to a picture in the main navigation barDisplay product text attribute on categoryChange placeholder text color in Magento 2 search boxHow to change color / hover color of icons? - Magento2How to move category description text?Change the background color of the catalog product view page?How to show dropdown configurable attribute in Product Category View in Magento 2?Is it possible to change category names or create new category if category is available programmatically magento 2?How to change welcome text in Magento 1.7?Color Swatch not showing on search result page in magento2






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I am trying to change text color in magento 2 for product names and nested names in category view.



Can someone point me in right direction.










share|improve this question
















bumped to the homepage by Community 3 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.





















    0















    I am trying to change text color in magento 2 for product names and nested names in category view.



    Can someone point me in right direction.










    share|improve this question
















    bumped to the homepage by Community 3 hours ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      0












      0








      0








      I am trying to change text color in magento 2 for product names and nested names in category view.



      Can someone point me in right direction.










      share|improve this question
















      I am trying to change text color in magento 2 for product names and nested names in category view.



      Can someone point me in right direction.







      magento2 layout category






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 7 at 14:30









      Rizwan

      880526




      880526










      asked Oct 15 '16 at 0:41









      guru1guru1

      1




      1





      bumped to the homepage by Community 3 hours ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 3 hours ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          If You need to change Product Name color In Product details Page:



          Add below css Code to our custom Theme:



           body

          color:red !important



          Next If you want change Product Name Color In Category Page:



          Add below css Code to our custom Theme:



           .product-item-name > a, .product.name a > a 
          color: red !important;
          text-decoration: none;



          Update:



          You need to create one custom them like luma , blank. then add this above css code to our custom theme.



          Folow this link to create custom theme:



          1. https://www.mageplaza.com/kb/how-to-create-magento-2-theme.html


          2. http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/themes/theme-create.html


          3. https://www.cloudways.com/blog/create-custom-theme-magento-2-part-1/


          4. http://blog.belvg.com/creating-and-managing-themes-in-magento-2-0.html






          share|improve this answer

























          • Thanx, what do you mean our custom theme

            – guru1
            Oct 15 '16 at 8:19











          • I update my answer

            – Rajkumar .E
            Oct 15 '16 at 9:44











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f140984%2fhow-to-change-text-color-in-category-view-in-magento2%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          If You need to change Product Name color In Product details Page:



          Add below css Code to our custom Theme:



           body

          color:red !important



          Next If you want change Product Name Color In Category Page:



          Add below css Code to our custom Theme:



           .product-item-name > a, .product.name a > a 
          color: red !important;
          text-decoration: none;



          Update:



          You need to create one custom them like luma , blank. then add this above css code to our custom theme.



          Folow this link to create custom theme:



          1. https://www.mageplaza.com/kb/how-to-create-magento-2-theme.html


          2. http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/themes/theme-create.html


          3. https://www.cloudways.com/blog/create-custom-theme-magento-2-part-1/


          4. http://blog.belvg.com/creating-and-managing-themes-in-magento-2-0.html






          share|improve this answer

























          • Thanx, what do you mean our custom theme

            – guru1
            Oct 15 '16 at 8:19











          • I update my answer

            – Rajkumar .E
            Oct 15 '16 at 9:44















          0














          If You need to change Product Name color In Product details Page:



          Add below css Code to our custom Theme:



           body

          color:red !important



          Next If you want change Product Name Color In Category Page:



          Add below css Code to our custom Theme:



           .product-item-name > a, .product.name a > a 
          color: red !important;
          text-decoration: none;



          Update:



          You need to create one custom them like luma , blank. then add this above css code to our custom theme.



          Folow this link to create custom theme:



          1. https://www.mageplaza.com/kb/how-to-create-magento-2-theme.html


          2. http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/themes/theme-create.html


          3. https://www.cloudways.com/blog/create-custom-theme-magento-2-part-1/


          4. http://blog.belvg.com/creating-and-managing-themes-in-magento-2-0.html






          share|improve this answer

























          • Thanx, what do you mean our custom theme

            – guru1
            Oct 15 '16 at 8:19











          • I update my answer

            – Rajkumar .E
            Oct 15 '16 at 9:44













          0












          0








          0







          If You need to change Product Name color In Product details Page:



          Add below css Code to our custom Theme:



           body

          color:red !important



          Next If you want change Product Name Color In Category Page:



          Add below css Code to our custom Theme:



           .product-item-name > a, .product.name a > a 
          color: red !important;
          text-decoration: none;



          Update:



          You need to create one custom them like luma , blank. then add this above css code to our custom theme.



          Folow this link to create custom theme:



          1. https://www.mageplaza.com/kb/how-to-create-magento-2-theme.html


          2. http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/themes/theme-create.html


          3. https://www.cloudways.com/blog/create-custom-theme-magento-2-part-1/


          4. http://blog.belvg.com/creating-and-managing-themes-in-magento-2-0.html






          share|improve this answer















          If You need to change Product Name color In Product details Page:



          Add below css Code to our custom Theme:



           body

          color:red !important



          Next If you want change Product Name Color In Category Page:



          Add below css Code to our custom Theme:



           .product-item-name > a, .product.name a > a 
          color: red !important;
          text-decoration: none;



          Update:



          You need to create one custom them like luma , blank. then add this above css code to our custom theme.



          Folow this link to create custom theme:



          1. https://www.mageplaza.com/kb/how-to-create-magento-2-theme.html


          2. http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/themes/theme-create.html


          3. https://www.cloudways.com/blog/create-custom-theme-magento-2-part-1/


          4. http://blog.belvg.com/creating-and-managing-themes-in-magento-2-0.html







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Oct 15 '16 at 9:43

























          answered Oct 15 '16 at 4:37









          Rajkumar .ERajkumar .E

          1,74551645




          1,74551645












          • Thanx, what do you mean our custom theme

            – guru1
            Oct 15 '16 at 8:19











          • I update my answer

            – Rajkumar .E
            Oct 15 '16 at 9:44

















          • Thanx, what do you mean our custom theme

            – guru1
            Oct 15 '16 at 8:19











          • I update my answer

            – Rajkumar .E
            Oct 15 '16 at 9:44
















          Thanx, what do you mean our custom theme

          – guru1
          Oct 15 '16 at 8:19





          Thanx, what do you mean our custom theme

          – guru1
          Oct 15 '16 at 8:19













          I update my answer

          – Rajkumar .E
          Oct 15 '16 at 9:44





          I update my answer

          – Rajkumar .E
          Oct 15 '16 at 9:44

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f140984%2fhow-to-change-text-color-in-category-view-in-magento2%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Best approach to update all entries in a list that is paginated?Best way to add items to a paginated listChoose Your Country: Best Usability approachUpdate list when a user is viewing the list without annoying themWhen would the best day to update your webpage be?What should happen when I add a Row to a paginated, sorted listShould I adopt infinite scrolling or classical pagination?How to show user that page objects automatically updateWhat is the best location to locate the comments section in a list pageBest way to combine filtering and selecting items in a listWhen one of two inputs must be updated to satisfy a consistency criteria, which should you update (if at all)?

          Тонконіг бульбистий Зміст Опис | Поширення | Екологія | Господарське значення | Примітки | Див. також | Література | Джерела | Посилання | Навігаційне меню1114601320038-241116202404kew-435458Poa bulbosaЭлектронный каталог сосудистых растений Азиатской России [Електронний каталог судинних рослин Азіатської Росії]Малышев Л. Л. Дикие родичи культурных растений. Poa bulbosa L. - Мятлик луковичный. [Малишев Л. Л. Дикі родичи культурних рослин. Poa bulbosa L. - Тонконіг бульбистий.]Мятлик (POA) Сем. Злаки (Мятликовые) [Тонконіг (POA) Род. Злаки (Тонконогові)]Poa bulbosa Linnaeus, Sp. Pl. 1: 70. 1753. 鳞茎早熟禾 lin jing zao shu he (Description from Flora of China) [Poa bulbosa Linnaeus, Sp. Pl. 1: 70. 1753. 鳞茎早熟禾 lin jing zao shu he (Опис від Флора Китаю)]Poa bulbosa L. – lipnice cibulkatá / lipnica cibulkatáPoa bulbosa в базі даних Poa bulbosa на сайті Poa bulbosa в базі даних «Global Biodiversity Information Facility» (GBIF)Poa bulbosa в базі даних «Euro + Med PlantBase» — інформаційному ресурсі для Євро-середземноморського розмаїття рослинPoa bulbosa L. на сайті «Плантариум»

          Вунгтау (аеропорт) Загальні відомості | Див. також | Посилання | Навігаційне меню10°22′00″ пн. ш. 107°05′00″ сх. д. / 10.36667° пн. ш. 107.08333° сх. д. / 10.36667; 107.0833310°22′00″ пн. ш. 107°05′00″ сх. д. / 10.36667° пн. ш. 107.08333° сх. д. / 10.36667; 107.083337731608Vinh AirportVinh airport facelift improves serviceвиправивши або дописавши їївиправивши або дописавши їїр