Popular Categories and Background Colors

This topic contains 6 replies, has 3 voices, and was last updated by  Guust 9 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #9332

    ldcanto
    Expired Member
    Post count: 65

    1. Take a look at the first top image attached. How do I make those links and the background look like the menu bar in the homepage? Currently, the ‘Popular Categories’ look like links in a plain white background.

    2. How do I change this background color without changing the color of the theme header background on top? I want to keep my theme header background white because my logo’s background is white. See the 2nd image in the attachment.

    Thank you!

    #9350

    Vikas
    Full Member
    Post count: 1128

    Guust,
    Will u please reply ?

    #9357

    Guust
    Moderator
    Post count: 29970

    Can you send us a link to that page (you can do that privately if you like).
    That is a lot easier to give you some CSS tips.

    #9358

    ldcanto
    Expired Member
    Post count: 65
    This reply has been marked as private.
    #9365

    Guust
    Moderator
    Post count: 29970

    Your current site does not have custom post types, so you do not have that transparent bar on the bottom of the map, but this would be the CSS to add to change it to a coloured background:

    .map-places-listing {
    background-color: #your-colour;
    }

    It looks like you already changed the background of the main page.

    None of your listings have an address except the last one you added.
    It looks like you need to check your locations.

    #9535

    ldcanto
    Expired Member
    Post count: 65

    Actually, I have not changed the overall background color at all. This is the default color the transparent setting. Can you teach me how to change the background color with changing the white background from the top header where my logo is?

    As for the map, it is working correctly now. When I added the multi location plugin, it somehow erased all my dummy data. When I re-added the dummy data, for some reason the listings had no location mapped so i had to select a location and map them for all 30 dummy data listings.

    I’ll try the custom posts and see if I can do it myself. I just installed the plugin for it.

    Thanks.

    #9539

    Guust
    Moderator
    Post count: 29970

    GDF options > header styling options > header background > click on “select colour” > choose a colour you like > and Save.

    And add this CSS:

    .header-right-area {
    background: transparent;
    }

    That will make the widget in the right hand side colour the same way as the rest of your header.

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket