• Hello mate, i have a problem. i don’t succeed to change the banner. i tryed to modify the style.css, but it is more difficult. I would know if you can help me to change banner.

    this is theme https://wordpressthemesbase.com/view/747.html
    i want delete the 2men and name’s blog and put my banner in that space.
    i hope that you can help me. thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    To change the banner of your theme please figure out the following lines from your source code…

    <div id=”head”>
    <img src=”https://wordpressthemesbase.com/ssc-data/themes/default/images/logo.gif&#8221; width=”440″ height=”34″ alt=”” />

    Change the value of ‘src’ attribute of img tag.

    Thanks.

    Thread Starter jackal6

    (@jackal6)

    thanks for your help ??
    this is the code for banner i think:

    #logo {
    	float: left;
    	display: inline;
    	margin-top: 50px;
    	margin-left: 20px;
    	margin-right: 20px;
    	padding-right: 40px;
    	padding-left: 40px;
    	border-right: 1px solid #aaa;
    	background: url(images/logo.gif) no-repeat;
    	background-position: left 0px;
    }
    
    #logo h1 {
    	padding-top: 9px;
    	font-size: 22px;
    	font-weight: bold;
    	letter-spacing: -2px;
    	color: #FFF;
    }
    
    #logo h1 a {
    	font-size: 22px;
    	font-weight: bold;
    	letter-spacing: -2px;
    	color: #FFF;
    }
    
    #logo h1 a .green {
    	font-size: 22px;
    	font-weight: bold;
    	letter-spacing: -2px;
    	color: #aeec07;
    }
    
    #logo h1 a:hover {
    	color: #aeec07;
    }
    
    #logo .description {
    	color: #feffe3;
    	font-size: 11px;
    	line-height: 1.4em;
    }

    i hope you will can help me ??

    Hi,

    Figure out this line …

    background: url(images/logo.gif) no-repeat;

    Here, change the name of the image.

    For example,

    background: url(images/banner.jpg) no-repeat;

    Remember that the image should be saved inside images folder.

    I hope you can solve it.

    Thanks.

    I tried to download this theme but i notice about the eval decode.. its a virus right?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Vibrant WordPress Theme 1.0’ is closed to new replies.