I'm using woodpecker for a non profit group of blinded veterans, it's very close to 508 compliance, one lingering issue is providing alt tags for background images, I'm not using the front page template for the front page, but using full-width for all of the sites pages, I believe the code below is the correct reference, can I hard code in an alt tag for the TOP Background graphic somehow? I have provided a header background in the theme options..... seems doable if I knew the correct php syntax.... <img src="<?php echo woodpecker_get_option('woodpecker_headbg'); ?>"> I am also using a 508 plugin named WP Accessibility which has seemed to help... Thanks as always for any help you can provide. website is https://www.bvargnj.org/
Hello, Greeting from InkThemes, I would like to inform you that there is no alt tag for the background image. You can simply put the background image in this way and you just need to give the correct URL of the image. To make the desired changes, just paste the code in the Additional CSS section of the theme. Go to (Dashboard->Appearance->Customize->Additional CSS). Code: .top-wrapper { background-image: url(https://www.bvargnj.org/wp-content/uploads/2019/04/topBG-1.jpg); } I hope the above-provided information will be helpful to you, let us know if you need further help we will be happy to help you. Regards, Shemaela InkThemes.com
Hello, Thanks for getting back to us, You are most Welcome! Let us know if you need further help, we will be happy to help you. And always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected] Regards, Shemaela InkThemes.com