July 4, 2014 at 11:59
#21710
Moderator
Hello,
1. Take a look at those links:
https://wordpress.org/plugins/codestyling-localization/screenshots/
and
http://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/
2. Take a look in the (Theme options>Styling options) in the alternate area. There you can set colors to transparent, in this way you will have a continuous white background. If you want to completely remove it, add this code in your style.css file from the child theme folder:
COPY CODE
body.blog section.main-title
{
display:none;
}
3. You can use the add media button and chose add a gallery. Take a look at this link:
http://codex.wordpress.org/Inserting_Images_into_Posts_and_Pages
or you can use visual composer and add the gallery shortcode, see attach for details.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution