Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #93401
    lemri025
    Participant

    Hi people,

    I have two questions.

    This is my webisite: http://sec.org.rs/

    Is there a possibility to change a header in this theme? I want to put image here, instead of logo and text:

    http://i66.tinypic.com/11ljvxc.jpg

    Also, I would like to have more, but smaller size of posts on index page. Something like this (look image). Is there a way to do it?

    http://i64.tinypic.com/2wn1evm.jpg

    Thanks in advance.

    Im so sorry if somebody asks these questions before. I was looking for answers, but didn’t find them.

    #93436
    Mahesh
    Keymaster

    @lemri025: Go Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:

    #header .layout-978 {
        background-image: url("some_image_url");
        background-repeat: no-repeat;
        background-size: cover;
    }

    Note: Please replace some_image_url in the above code with your desired image url.

    For the second one, you’ll need to hire a customizer.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header image and size of post’ is closed to new replies.