Geo Travel Theme – Change Colors Option

This topic contains 19 replies, has 4 voices, and was last updated by  Kor 6 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #395553

    Scott Toepfer
    Full Member
    Post count: 173

    Hello –

    I’ve looked through the forums and didn’t see anything on changing the color(s) in the travel theme. Is the only way through css or is there another option? I want to change it from the yellow cream color.

    Thank you
    Scott

    #395573

    Kor
    Moderator
    Post count: 16516

    Hi Scott,

    Could you please provide a screenshot of what color you’re trying to change?

    Thanks!

    #395577

    Scott Toepfer
    Full Member
    Post count: 173

    Hi Kor –

    Here are a few shots. Some of the other themes have a color editor in the ‘customize’ area. I don’t see one in this theme. Perhaps it doesn’t have one?

    Thank you

    Scott

    #395670

    Kor
    Moderator
    Post count: 16516

    Hi Scott,

    Just double checked and I’d like to clarify that there isn’t an option that allows you to change that color and you’ll have to custom CSS to achieve what you needed there. Kindly insert the code below into GD > Design > Scripts > Custom Style CSS section and feel free to adjust the color to your liking.

    
    
    /* Heading Title Background Color */
    .geodir_list_heading {
        background: #333!important;
    }
    
    /* Font Color */
    .geodir_list_heading .widget-title {
        color:#fff!important;
    }
    #395787

    Scott Toepfer
    Full Member
    Post count: 173

    Thank you Kor I’ll try that.

    I have one more issue with the “maps tick” view on a cell phone. It looks squished. Would you know how to widen that? I’m sure it’s a margin or padding somewhere?

    Thank you

    #395917

    Kor
    Moderator
    Post count: 16516

    Hi Scott,

    Please try inserting this custom CSS into GD > Design > Scripts > Custom Style CSS

    
    
    @media only screen and (max-width: 500px) {
        div#geodir_map_v3_home_map_5_cat {
        width:200px!important;
        height:200px!important;
    }
    }
    #396012

    Scott Toepfer
    Full Member
    Post count: 173

    Thank you Kor.

    Seems like always something doesn’t it?

    The header and other seemingly anomalies seem to show up when the GD booster is enabled. I’m also noticing the load times are very slow and I’ve only gotten 50 or so listings.

    Do you think the settings are off or are the other possibilities of resolution that maybe I can try?

    Thank you very much.

    #396022

    Paolo
    Site Admin
    Post count: 31206

    Please provide a link and admin credentials in a private reply and we will check.

    Thanks

    #396024

    Scott Toepfer
    Full Member
    Post count: 173
    This reply has been marked as private.
    #396122

    Kor
    Moderator
    Post count: 16516

    Hi Scott,

    The credentials seem invalid, could you please double check or recreate a new one?

    Thanks!

    #396150

    Scott Toepfer
    Full Member
    Post count: 173
    This reply has been marked as private.
    #396282

    Kor
    Moderator
    Post count: 16516

    Hi Scott,

    I’ve just checked your Website by switching on the “GD Booster” and still, everything looks fine. Could you please replicate the said issue so that I could inspect it? Also, please provide some screenshots if possible.

    Thanks!

    #396752

    Shannon Grant
    Expired Member
    Post count: 31

    This is great! Is there a way to apply it throughout the site? All of my widgets are still with the orange highlights.

    #396894

    Kor
    Moderator
    Post count: 16516

    Hi Shannon,

    Could you tell me what color are you trying to use on the “highlights”? Pick one color HEX code here http://htmlcolorcodes.com/ and I’ll apply it for you.

    Thanks!

    #396899

    Shannon Grant
    Expired Member
    Post count: 31

    /* Heading Title Background Color */
    .geodir_list_heading {
    background: #b1c4f9!important;
    }

    /* Font Color */
    .geodir_list_heading .widget-title {
    color:#12227e!important;
    }

    I would LOVE if ALL of that bright aqua blue font was this font color instead and all of the orange background highlights were this other blue background instead. Throughout the site would be great (Buddy Press and everything), but I’ll take whatever I can get!!

    THANK YOU!!!
    Shannon

Viewing 15 posts - 1 through 15 (of 20 total)

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

Open Support Ticket