Problem with child theme

This topic contains 8 replies, has 4 voices, and was last updated by  bynatasha 9 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #23733

    bynatasha
    Free User
    Post count: 27

    Hi,

    I am using GD Framework as a parent theme and I have the child theme activate in my site, so I can change the design.
    Started with some basic changes for the header, I’ve added the necessary code in style.css but the changes won’t reflect.
    And the most interesting part is that when checking with the inspector it won’t show the new code at all, so the problem is not that’s overwritten by the parent theme.

    Any ideas on what the problem might be?

    Kat

    #23737

    Simone
    Expired Member
    Post count: 3515

    Hi Kat, did you erase your browser’s cache? could you give us your url and the modification you’re trying to do so we can check?
    thanks,
    S.

    #23777

    bynatasha
    Free User
    Post count: 27
    This reply has been marked as private.
    #23809

    Simone
    Expired Member
    Post count: 3515

    Hi Kat, i tried to add this

    
    
    .header { background:#dadada; }
    

    to test the behavior and it works (it changed to a header with a grey background, now reverted to the default).

    It would be more helpful if you could tell me what are you trying to do (or what code are you using in the style.css), so I can help you out,
    S.

    #23814

    Guust
    Moderator
    Post count: 29970
    This reply has been marked as private.
    #23841

    bynatasha
    Free User
    Post count: 27
    This reply has been marked as private.
    #23855

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    The second line of your css is missing the closing }

    body{background:#ecf0f1;color:#5d5f5e;font-family:'Open Sans', sans-serif;font-size:14px;line-height:1.4;

    That is making all lines below useless.

    Thx

    #23884

    Guust
    Moderator
    Post count: 29970

    Sorry, somehow I posted before finishing last night. Luckily Paolo picked it up.
    Of course you can make all those changes using the GDF options directly from the Admin.

    #23889

    bynatasha
    Free User
    Post count: 27

    @Simone @guust God! I feel so stupid! And I checked my code multiple times. I guess when you start panicking you’re missing the obvious.
    Thank you very much.

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

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

Open Support Ticket