• Resolved gamicord

    (@gamicord)


    Hello Sir,
    Please, instead of being rectangular, how can we make our Categories to be round?

    Needing to hear from you soon.
    Regards

Viewing 1 replies (of 1 total)
  • Plugin Support Rafiz Sejim

    (@rafizsejim)

    Greetings @gamicord

    Thank you for reaching us.

    Please share the URL to your site or you can try adding the following CSS in Appearance > Customize > Additional CSS

    #directorist.atbd_wrapper .atbd_all_categories .atbd_category_single:not(.atbd_category_no_image) figure figcaption {
    	border-radius: 50%
    }
    
    .atbd_all_categories .atbd_category_single:not(.atbd_category_no_image) figure img, #directorist.atbd_wrapper .atbd_all_categories .atbd_category_single.atbd_category_no_image figcaption  {
    	border-radius: 50%;
    }
    
    #directorist.atbd_wrapper .atbd_all_categories .atbd_category_single.atbd_category_no_image {
    	box-shadow: none;
    }
    #directorist.atbd_wrapper .atbd_all_categories a{
    	border: none;
    }
    
    .atbd_category_single figure, .atbd_category_single.atbd_category_no_image figure {
    	width: 60% !important;
    }

    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Make Categories round’ is closed to new replies.