• How do I change the size of the triangle? When adding my site logo it enlarges it a lot even though the logo is small

Viewing 1 replies (of 1 total)
  • Theme Author Creta Themes

    (@cretathemes)

    Hello @serpfit ,

    Go to Dashboard -> Appearance -> Editor -> Styles -> More -> Additional CSS and paste below code.

    .logo:after{

    width: 20%; /change according to your preference/
    height: 130%; /change according to your preference/

    }

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.