Home Forums Theme support Caboom formatting

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 8 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Hey there. I have a couple of questions with the Caboom them I was hoping you could help me with.

    1) In the “team” section I have smaller sized photos and there is a white box (the background to each team member) that is visible in this section. Is there a way to make this white background box transparent?

    2) Same sort of issue but with the sidebar. I’m getting a white box where I would like it to be transparent to fit in with the rest of the page (my page background is an image, not white). Is there a way to do this?

    3) The format of the contact details section of the footer is out of whack. I’m including Address, Phone #, and Email. The email icon is not showing (address and phone are). Also, since there are multiple lines of entry in my address column, it defaults to go under the icon and not next to it. The phone number is next to it’s icon so they both look sloppy together. is there a way to better format this section so everything is in line with each other?

    4) Is is possible to show more than 6 client logos on the home page? Maybe a slider feature that I am missing?

    Thanks for your help,
    Nick

    1. Please add this code in WP admin -> appearance -> Theme options -> General -> Extra CSS Content:

    .team_entry_div, .team_entry_img, .team_p {
    background:transparent;
    }

    2. Please add this code in WP admin -> appearance -> Theme options -> General -> Extra CSS Content:

    .sidebar aside {
    background:transparent;
    }

    3. That’s strange! Can you send us the link to the page with the problem, then we can have a look at it and help you to solve the problem.

    4. Yes, you can change the “items” parameter to a higher value than 6

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.