• Resolved Garique

    (@garique)


    Hello,

    I have the same image on all pages and categories but I don´t know how to change it. I found only one place where this slide is in code style.css

    /* EasyTooltip */
    .tooltip {
    	background: none repeat scroll 0 0 #252525;
    	border: 1px solid #000000;
    	color: #EEEEEE;
    	display: none;
    	font-size: 11px;
    	line-height:1.2em;
    	margin: 13px 0 0;
    	padding: 5px;
    	z-index:99;
    }
    
    .row-top {
    	width:100%;
    	background:url(images/bg-tail.gif) center 0 repeat;
    	padding:0 0 10px 0;
    	position:relative;
    	z-index:9;
    }
    
    .bg-row {
    	width:100%;
    	background:url(images/bg-tail.gif) center 0 repeat;
    }
    	.bg-row div {
    		width:100%;
    		height:274px;
    		background:url(images/slide5.jpg) center 0 no-repeat;

    background:url(images/slide5.jpg) center 0 no-repeat;
    this is only one place where I found the url name of this image…
    I tried to change it here but it is still there :/ .

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try clearing your browser’s cache.

    Thread Starter Garique

    (@garique)

    Thanks for info I tried but nothing changed. I tried to change it via filemanager and now it works but when I wanted to change it in appearance-editor-style.css it was not working…

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to change background image’ is closed to new replies.