Theme Sidebar Styling Stripped On All GD Pages

This topic contains 7 replies, has 3 voices, and was last updated by  Trex888 9 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #34789

    Trex888
    Expired Member
    Post count: 101

    I’m using the Sahifa theme and it works pretty well with GD for the most part. I’ve noticed that the sidebar styling for all GD pages has been stripped though. Any suggestions as to how I can get the theme’s default sidebar styling to carry over to all GD pages?

    #34790

    Trex888
    Expired Member
    Post count: 101
    This reply has been marked as private.
    #34816

    Guust
    Moderator
    Post count: 29970

    You will have to style them yourself to match your theme.
    This article might help to get you started: http://docs.wpgeodirectory.com/customizing-your-style/

    #34913

    Trex888
    Expired Member
    Post count: 101

    I’ve been working on styling the GD sidebar to match my theme but it’s still not quite right. I don’t suppose any other GD users have been able to style their GD sidebar to match the Sahifa theme? If so, care to share?

    #35037

    Guust
    Moderator
    Post count: 29970

    This seems a bit tricky, because the theme is adding a DIV within the heading DIVs. I’ll check whether the others have a quick solution or whether this is one for the Jobs forum.

    #35038

    Trex888
    Expired Member
    Post count: 101

    I’d appreciate you checking with the others on this Guust. Thanks!

    #35053

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    Correct me if I’m wrong, but I only see the widget titles bottom border and the wee dashed gray background missing.

    For that part as Guust said, it is almost impossible to make it right. The theme author decided to add not 1 but two empty divs just to add elements to the widget title.

    The only solution would be to remove the dashed gray background everywhere with :

    
    
    .stripe-line {
        background: none repeat scroll 0 0 }

    Than remove the css you added here:

    
    
    .geodir-widget h3 {
        font-family: BebasNeueRegular,arial,Georgia,serif;
        font-size: 20px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    and change it with :

    
    
    #geodir-sidebar .widget-title {
        border-bottom: 4px solid #365e8f;
        font-family: BebasNeueRegular,arial,Georgia,serif;
        font-size: 20px;
        margin-bottom: 10px;
        width: 100%;
    }

    If you provide a list of other things you’d want to change, I’ll be glad to provide css for them (if possible).

    Let us know,

    Thx

    #35090

    Trex888
    Expired Member
    Post count: 101

    Thanks for providing the css Paolo, I do appreciate it. The border that surrounds the widget area is key to the look though, without it it just doesn’t look right. Also, the bottom border is not supposed to go under the title but rather at the bottom of each widget border. I’ve opted to remove the sidebar from my GD homepage and listing pages instead. Maybe I’ll just put a banner ad there instead.

    Thanks anyway,

    T

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

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

Open Support Ticket