• Resolved einstem

    (@einstem)


    OK.. I’ll start off by saying I know a tiny bit of HTML, and that is about it..

    I am using Arthemia Premium and I have a spot to put some code into my header area, where now I have a header ad and an ADDTHIS “Follow” toolbar.

    Here is what is there now:

    <a href="https://www.dpbolvw.net/click-2385227-9714136">
    <img src="https://www.tqlkg.com/image-2385227-9714136" width="468" height="60" alt="Embrace Your Inner Organizer with FranklinCovey" border="0"/></a>
    
    <div class="addthis_horizontal_follow_toolbox"></div>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    You can look at my site at:
    https://www.emailoverloadsolutions.com

    All I want to do is to add the words “Follow Us” in bold to the left of the “ADDTHIS” toolbar, so it just adds this text and pushes the toolbar a bit further to the right.

    How do I change this code to add this text into it?

    Thanks.

    Michael

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hin einstem,

    maybe you can give the following css-line a shot;
    simply copy & paste it into your style.css:

    .addthis_horizontal_follow_toolbox:before {
    			content:"FOLLOW US ";
    			color:#ff0000;
    			font-weight:700;
    			}

    Best regards
    Ronny.

    Do not modify the theme’s style.css file directly. If the theme gets upgraded, then your changes will be lost. Either create a child theme and modify the style.css file of your child theme, or use a CSS plugin like JetPack or Custom CSS Manager and add your CSS that way. Of course, if your theme has a Custom CSS option, then use that instead.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with some HTML/CSS Code Basics’ is closed to new replies.