Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #145481
    stylingpat
    Participant

    Hey guys, I need help trying to find this place to add my code. The first image shows the code I’ve added and the desired result in the “inspect element” panel.

    I’ve searched for hours through my WordPress Code Editor on my server and cannot find this area of code to add my lines of code too. Please, my brain feels like its going to melt because I’ve looked at so much coding today. Help me find the area like in my “inspect element” panel to add my code too.

    https://imgur.com/ImFRstL
    https://imgur.com/G7VLGk5

    #145512
    Skandha
    Participant

    @stylingpat: I checked your site and you seem have figured out how to add the image to header right side.

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    #145546
    stylingpat
    Participant

    Thank you! How do I remove the ability for people to comment on my blog posts? And remove that whole “comment” section from under the posts?

    #145646
    Skandha
    Participant

    @stylingpat: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #comments {
       display:none;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adding code’ is closed to new replies.