Viewing 14 replies - 1 through 14 (of 14 total)
  • S. Larrabee

    (@fatlabllc)

    Simply judging by the source code the rainbow is the designated logo. Most themes have a setting in the admin that allow you to control the logo or simply remove it.

    As for the other text, this is part of the comment system so you can either change the comment plugin you are using or potentially hide with CSS.

    Thread Starter ian.izaguirre001

    (@ianizaguirre001)

    Thank you for answering and helping me…

    when you say “comment plugin you are using or potentially hide with CSS” What is CSS? what does it stand for? and its not a comment plugin it came already with the template? (Im new to this sorry)

    and for the logo–its not there, I cant see it ? How can I change the logo through the apperance editor then ?

    this is what is is for half , what do I change?

    [No need to post CSS code here – it’s also visible on your site; also please see: https://codex.www.ads-software.com/Forum_Welcome#Posting_Code%5D

    WPyogi

    (@wpyogi)

    You need to first set up custom CSS (jetpack is a good plugin for that) or a child theme so that your changes are not lost when the theme is updated. Then, add this code to the new CSS section:

    .form-allowed-tags {
       display: none;
    }

    Thread Starter ian.izaguirre001

    (@ianizaguirre001)

    I have Zero knowledge on child themes or coding….is there a plugin i can get to just remove the rainbow logo ? or is this the ONLY way?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You generally have to make a compromise between learning to code it yourself or hiring someone to do it for you.

    WPyogi

    (@wpyogi)

    If you want to make changes to your theme, you’ll need to be able to do a bit of “coding.” In your case, a plugin for CSS changes should be fine – so start with this one – as it’s simpler to install than JetPack:

    https://www.ads-software.com/extend/plugins/my-custom-css/

    I’ll install the theme on a test site and look at the logo question for you.

    Thread Starter ian.izaguirre001

    (@ianizaguirre001)

    what does CCS stand for?
    and ok i install https://www.ads-software.com/extend/plugins/my-custom-css/
    then what?

    …and all of this just to change a logo?

    And im not hiring lol i rather learn

    WPyogi

    (@wpyogi)

    When you have the custom CSS set up, add this code to it:

    .form-allowed-tags {
       display: none;
    }
    
    .header .logo a img {
        display: none;
    }
    
    .header .name {
       margin-top: 20px;
    }

    See if that does what you want so far.

    WPyogi

    (@wpyogi)

    Thread Starter ian.izaguirre001

    (@ianizaguirre001)

    You guys are AMAZING !!! Wow that was some awesome help! Thank you sooo much…..when I get a logo later on I will ask how to put it hahaha but you guys removed it thanks again.

    And another question was about the html codeing that anyone can see under the comments. Is that just uncompleted coding left by the creator of the template? If so doesent that mean i can find it in the apperance editor and just delete it ? or would that ruin everything ?

    WPyogi

    (@wpyogi)

    No, it’s just intended for people who want to use HTML in the comments they post – a bit outdated, but some themes still use it. But that text should be gone too (it is when I look at your site) – the first CSS section hides that. Make sure you always clear your browser cache after making changes to your site — or your browser may be loading a cached page or file.

    Thread Starter ian.izaguirre001

    (@ianizaguirre001)

    yea it is gone, thank you so much again

    Thread Starter ian.izaguirre001

    (@ianizaguirre001)

    New Questions

    On my site https://www.iamdentistry.com/

    Questions

    1. How do I get rid of that “leave a reply box” under every single page.

    2. I know how to make a new page, but how do I make it so the new page is the only page I can blog in and people can leave comments.

    Thank you for your help

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    For new questions you should create new thraeds

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Question about how to edit something’ is closed to new replies.