Question about CSS

by 3 replies
4
Ok so i have a website but it is all in css now i was able to make the other parts of the website because you dont need to know css to make those parts but now i want to add a header logo to my site and i need to put it in the css script if anyone could help me out that would be great.

the image is below and i was wondering if someone could covert that image into a css script and then show me where to put it in.

I would really appreciate the help.

Thank you,

- Eric

Here is the css script

/* Page Title */
#xg_body h1,
#xg_body ul.navigation a,
#xg_navigation ul li.this a,
#xg_navigation ul li a:hover,
.navigation-solo,
.navigation-solo a {
color: #2d2112 !important;
}
/* Page */
#xg_body,
#xg_navigation ul li.this a,
#xg_navigation ul li a:hover {
background-color: #F8F3ED;
}
/* Module Body: Background & Text */
.xg_module_body, .xg_module_foot {
background-color: #FFF;
}
.xg_module_head {
border-top:1px solid #90846d;
}
#website design #css #question
  • i want that to be a header the the page how would i do that?

    Thank you,

    - Eric
    • [1] reply

Next Topics on Trending Feed

  • 4

    Ok so i have a website but it is all in css now i was able to make the other parts of the website because you dont need to know css to make those parts but now i want to add a header logo to my site and i need to put it in the css script if anyone could help me out that would be great. the image is below and i was wondering if someone could covert that image into a css script and then show me where to put it in.