-
AuthorPosts
-
September 19, 2017 at 7:23 pm #854002
So I had initially created a page titled “Meals.” I turned this page into a shop page. I realized upon doing this that the page was now not customizable. I figured out I could create a regular page with the layout builder and then add the product grid so I switched the page around to just a regular page. Now it’s not showing any of my changes in the layout builder unless I specify that the meals page be a shop page. When doing this I cannot view my changes in real time to the layout builder. Can you assist me where I am going wrong?
September 19, 2017 at 10:27 pm #854061Okay scratch that. I figured out a better way to showcase the products.
New questions is I need to change the color of the text for the product description heading. If you go to the meals page and click on any one of the proteins it will take you to the product page for that meal. I know the color for the heading is specified in the h1 font color but that is standard throughout the whole site. I don’t want to change the color of all of the items that are h1 just the heading on the product description. Can you help me with the css for that? Thanks!
September 21, 2017 at 2:20 pm #854871Hi metrocitygirl,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
h1.product_title.entry-title { color: #ccc; }
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 21, 2017 at 5:10 pm #854953sweet that totally worked thanks! One more thing. I was looking at the your code and trying to figure out how to change the “Description” text font color and tried to do the same thing but it didn’t work. I must not be doing something right.
September 23, 2017 at 5:40 pm #855833Hi,
I went to your meals page and tried clicking on an item but was not taken to a description so I could help with the color. Could you link to a description page directly so we can assist.Best regards,
MikeSeptember 23, 2017 at 9:14 pm #855904Sorry I had to turn disable the woocommerce plugin until the site is official. I guess I will come back to this issue on tuesday.
September 24, 2017 at 7:59 am #855983 -
AuthorPosts
- You must be logged in to reply to this topic.