Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #187537

    Hi I was wondering if there is a way to change the Main Content and make it transparent.
    Also to create a space between the menu bar and main content ???
    Thanks T

    #187616

    Hi TheodoraPhotography!

    Can you please post a screenshot of what you’re trying to do? A link to your website will help. Maybe, you can try this on your custom.css or Quick CSS:

    #main, .html_stretched #wrap_all {
    background-color: transparent;
    }
    
    .alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .big-preview, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content {
    background-color: transparent;
    color: #666666;
    }
    
    .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .big-preview, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content {
    background-color: transparent;
    color: #666666;
    }

    Cheers!
    Ismael

    #188045

    Hey Ismael, THanks for your help. how do I send you a screen shot?
    The code worked but I actually would like the main content to be semi transparent if possible..
    and if there is a way to create a gap between the main content and header? and take out the top menu as well….

    Also I Ended up centering the Menu … but now there is a black line that runs across the background image is there anyway to crop that out??
    Thanks

    #188061

    Hey!

    You can upload your screenshots on imgur.com or Dropbox and post links here

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing Main Content to Transparent’ is closed to new replies.