New Landing How can we help? Themeforest Theme Support Neighborhood Cannot change Impact Text H2 color

Viewing 15 posts - 1 through 15 (of 17 total)
  • #152008
    novsun
    Member
    Post count: 11

    Ive tried several ways to change the color of the Impact Text h2 and have been unsuccessful. please help.

    Thank you,
    Andy

    Attachments:
    You must be logged in to view attached files.
    #152013
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Where’s your impact text?

    – Kyle

    #152017
    novsun
    Member
    Post count: 11

    In the Punch Theme the headers are defined as “Impact Text 1” and “Impact Text 2” in the backend in the page editor. It is a special section below the content window.

    So on my site as pictured in the screenshot:

    Impact Text 1 is “increase traffic…”

    Impact Text 2 is “Inbound Marketing, Website Design & Creative Services in Tulsa OK”

    I’m trying to change the color of Impact Text 2.

    #152019
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok add this to your custom css:

    #impact-text h2 {
      color: #ff9c00 !important;
      font-size: 30px;
      line-height: 40px;
    }

    – Kyle

    #152020
    novsun
    Member
    Post count: 11

    Ok, but I already added this to the custom css last week with no change.

    #impact-text h2 {
    font-size: 30px;
    text-shadow: 2px 2px #3d3d3d;
    color: #ffa61a; !important;

    #152021
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    That should work, 30px is the font size showing, so if you want to change it then change it to something else

    – Kyle

    #152033
    novsun
    Member
    Post count: 11

    I understand it should work.
    But. it doesn’t… I’ve changed the color in the CSS but, it doesn’t change on the site.

    Andy

    #152048
    novsun
    Member
    Post count: 11

    Have any other ideas?

    #152064
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    The syntax of your css code is incorrect, it was missing a closing bracket at the end and the semicolon is after the important tag. Use the code below instead:

    
    #impact-text h2 {
    font-size: 30px;
    text-shadow: 2px 2px #3d3d3d;
    color: #ffa61a!important;
    }

    -Rui

    #152092
    novsun
    Member
    Post count: 11

    mmm I wish it was… i just didnt paste it into the comment.

    Any other thoughts?

    Andy

    #152096
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    but your Important tag and semicolon position was wrong.

    Please replace your code by mine or provide me the admin url so I can login with the credentials you provided in the topic.

    -Rui

    #152109
    novsun
    Member
    Post count: 11
    This reply has been marked as private.
    #152131
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    hhumm that link still redirects me tho the homepage.
    Can you check?

    -Rui

    #152166
    novsun
    Member
    Post count: 11
    This reply has been marked as private.
    #152321
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You have some wrong code at custom css code area.

    1- Find this code:-
    #main-container { padding-top: 56px !important; }
    
    Change with:-
    }
    #main-container { padding-top: 56px !important; }
    
    2- Find this code:-
    .list-bolt_bw li {
    	font-size: 18px;!important
    	line-height: 140%;!important
    }
    
    Change with :-
    .list-bolt_bw li {
    	font-size: 18px!important
    	line-height: 140%!important
    }
    

    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register