Eguru - additional logo/image

Eguru - additional logo/image

by Miha G -
Number of replies: 0

Moodle 2.6.4+

Hi

I would like to add a logo or image to my moodle header. I made a research on this problem and found some solutions.


#header .header-main {
    background: 0 none;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
}

I pasted this code in Custom CSS (Site administrator/Theme/Eguru/General) but it doesn't seem to work.

The URL is a image from a different site that I can use.


Thanks for your help.

Average of ratings: -