• Resolved Kathy

    (@thewildbonbon)


    Hello.
    While images for each download product I created show on my category pages (as seen in the link above), when you click on one of the products/downloads there is no photo on that next page. How do I add a photo on each product page?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Kathy

    (@thewildbonbon)

    Update. I figured out what I did wrong and have resolved this issue. But I do have another question.

    Is it possible to style each downloads title?
    –change the text color
    –change text size
    –remove underline from link

    I would also love to be able to do this for posts on a blog page.

    Hi @thewildbonbon

    The title CSS is coming form your theme.

    Thanks for the page link. Please add below CSS to WordPress Appearance > Customize > CSS section and save it. You can add it in your child theme style.css file also.

    .edd_download_title{
    	font-size: 24px;
    	line-height:normal;
    }
    .edd_download_title a{
    	text-decoration: none;
    	color : #52276D;
    }

    I hope this will work for you ??

    Because there have not been any recent updates to this topic we’ll be changing the status to resolved. If you have any further questions you can start a new thread.
    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Download Photo on Detail Page’ is closed to new replies.