Logo larger

Discussion in 'BlogSpring WordPress Theme.' started by kateargh, Feb 5, 2016.

  1. kateargh

    kateargh New Member

    Joined:
    Jan 5, 2014
    Messages:
    5
    Likes Received:
    0
    Hi, I'd like to be able to make the space at the top of the page larger to put a larger strip logo on the page. Is this possible? See attached picture.
    I was able when I had the colourway theme. It ran across the whole page.

    Also is it possible to choose different colours other than what is in the options for the theme?

    Thanks.
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To increase logo area,

    You just need to follow the screenshot given below.

    BlogSpring_inc_logo_area.png

    And, please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .logo img {
        width: 100%
        max-width: 100%;
    }
    Regarding your second requirement, i.e. to use the different color.

    So, yes it is possible with the CSS code.

    Please send us the concerned area with your desired color and we will provide you CSS code for that..

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. kateargh

    kateargh New Member

    Joined:
    Jan 5, 2014
    Messages:
    5
    Likes Received:
    0
    Hi, I can't find the code you refer to, nothing that refers to grid_5 etc. the CSS part is fine. Can you assist further? Thanks.
     
  4. priya

    priya Guest

    Hello,

    For your information, I am using "WP-Editor" plugin to edit files.

    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    Hope you will get it helpful..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page