Home Forums WoodMart support forum CSS for category border on homepage.

CSS for category border on homepage.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #238839

    Paul G
    Participant

    On my homepage I am changing my category images to a white background I using the Alternative option for category image/layout.

    It has a border to the bottom and right and I would like to extend this border all round the category image and would also like to change the border colour

    Is this possible by custom CSS and if so could you kindly let me have the code.

    Many thanks

    #238891

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-).

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .cat-design-alt.categories-with-shadow .category-image-wrapp {
    	border: 2px solid green;
    }

    If you are trying to ask anything else then please provide some relevant screenshots of the specific area to check it myself and help you out accordingly.

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)