How could I set an image on main directory forum? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    How could I set an image on main directory forum?

    GypsyTano
    GypsyTano
    New Member


    Posts : 21
    Reputation : 1
    Language : Eglish , spanish

    In progress How could I set an image on main directory forum?

    Post by GypsyTano Sat 11 Apr - 22:54

    Technical Details


    Forum version : #ModernBB
    Position : Founder
    Concerned browser(s) : Other
    Who the problem concerns : Yourself
    Forum link : ( link is hidden, you must reply to see )

    Description of problem

    How could I set an image on main directory forum?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51500
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: How could I set an image on main directory forum?

    Post by SLGray Sun 12 Apr - 1:55

    What exactly are you wanting?  Please post a screenshot of what you would like.



    How could I set an image on main directory forum? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15322
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: How could I set an image on main directory forum?

    Post by skouliki Sun 12 Apr - 16:34

    hello

    if you add this to your css

    Code:

    #page-header, .headerbar {
        height: 300px;
    }

    .headerbar {
          background-image: url(https://i.servimg.com/u/f28/11/40/02/06/434f8310.png);
    }

    you will have this result

    How could I set an image on main directory forum? Scre1797

    if you want another image then just replace the image URL in the code with your own ...but keep the image dimensions in order to maintain the same result

    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15322
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: How could I set an image on main directory forum?

    Post by skouliki Wed 15 Apr - 7:58

    is this solved?