Home Forums WoodMart support forum Problem creating Facebook Reply To: Problem creating Facebook

#212122

Hello,

I saw the screenshots you attached. Please try and add the following Custom CSS to change the color of the header on all pages.

.whb-general-header {
background: black;
}

To move the sidebar to the left side a bit. Please try and add the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

.woodmart-archive-shop .sidebar-container {
margin-left: -20px;
}

You can adjust the value according to your needs.

And for the font please provide the URL of the page which has the content as you mentioned in the screenshot to check it myself and help you out accordingly.

Best Regards.