Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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?

    #854061

    Okay 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!

    #854871

    Hi 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,
    Victoria

    #854953

    sweet 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.

    #855833

    Hi,
    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,
    Mike

    #855904

    Sorry I had to turn disable the woocommerce plugin until the site is official. I guess I will come back to this issue on tuesday.

    #855983

    Hi,

    Ok, thanks for the feedback. Just let us know when we can inspect the element again and we’ll have a closer look.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.