• drica100

    (@drica100)


    Good Afternoon.
    I’m using “Benevolent” “Version: 1.1.7”
    By Rara Theme;
    And it would need the bigger logo (in the size of 231×87)
    because when I updated the version of the theme, came back with an image of the logo much smaller than the one used before.
    How can I change the size of the logo?
    hanks

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello drica100,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer(i.e customize -> additional css)

    .custom-logo{
    	height:231px;
    	width:87px;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘size of the logo’ is closed to new replies.