This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

changing header-bg.png

  • Creator
    Topic
  • #6135
    shorthills
    Participant

    Hi,
    In my quest to make a “stretchable” background for an image I will place above the main nav, I’m resizing the header-bg.png file to 1920px. Where can I put this modified version of the file so that it will look in the child theme as opposed to overwriting it in the main theme.
    In assets/images?
    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #6137
    Jason Bobich
    Keymaster

    You would write your own line of CSS that points to whatever image and overrides whatever the theme does for that specific selector.

    For CSS changes, it’s a good idea to use a tool like firebug or Google Chrome’s built-in developer tools to locate them and then put the edits either in your child theme or in the “Custom CSS” option on your theme options page.

    Also, here’s a helpful tutorial on how to use Firebug – http://vimeo.com/20917974. The only thing I’d suggest not doing is actually making edits to the theme’s CSS files, as it shows at the end of that video. However, the video serves as a good introduction to Firebug and how it can be used to find what CSS is effecting certain areas of your site without ever digging around in any files.

    #6142
    shorthills
    Participant

    ok great so I will put it in the child theme css.
    but should I store child-theme specific images somewhere special? in the child theme /assets/images?

    #6151
    Jason Bobich
    Keymaster

    How you want to organize the images in your Child theme is up to you and will just correspond to how you setup your custom CSS that points to those images. But yeah, if you’re using the sample Child theme that came with the theme, I would say having them in /assets/images/ would be a logical, organized choice.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The forum ‘The Arcadian Responsive WordPress Theme’ is closed to new topics and replies.