• I am very new to WordPress. Now I can able to add one logo image in Theme Option but my client or customer want to add two logo image in Header one in left side and other in Right Side.How can I do it?Pl

    I am using GamePress Theme.

    My Url is http://mavel.com.my/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Nagendhran. Happy to try and help you here.

    You’re referring to this theme right… http://wordpress.org/themes/gamepress?
    Which is different than the url you provided. You’re going to have to dig into the css a bit to add an image in the area above the Search Box on the GamePress theme.

    Can you send the link to the page you’re asking about?

    Easiest way
    #header-inner {

    background: url("http://s.w.org/about/images/logos/wordpress-logo-notext-rgb.png");
        background-repeat: no-repeat;
        background-size: 100px;
        background-position: 85% 20%;
    }

    Cool… thanks batharoy.

    Nagendhran… let us know how it looks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Add Another Logo Image in GamePress Theme’ is closed to new replies.