I have two questions.
1). What is the size I should use for the images when I have 1/3, 1/3, 1/3 image blocks across a page? I am using the same exact size on three images and I cannot get them to link up. You can see what I mean at http://trustytails.staging.wpengine.com/ (hosted on WPengine) (login credentials in private content area).
2. I am using several accordion sections on a page. I figured out the CSS to remove the lines between the items, but I can’t figure out how to change the background color. http://trustytails.staging.wpengine.com/faqs/
Hey jgraddy,
1. You might want to use Portfolio Size 495 x 400px or any sizes which are above 385px.
2. Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .toggle_content {
background-color: #40a8e4;
}
Just change the background color as you see fit. Adding this code will change the background of all accordions. Hope this helps :)
Best regards,
Nikko