• Resolved IndyITguy

    (@indyitguy)


    How can I add a phone number and a small paragraph to the header of the forestly theme? I’d like to add the phone number just under the social networking icons and the small paragraph to the left of it centered in the header.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter IndyITguy

    (@indyitguy)

    nevermind… figured it out… in case anyone comes across this here is what I did.

    CSS

    .phone {
    	clear: right;
    	float: right;
    	width: 30%;
    	padding: 14px 10px 0 0;
    }
    
    .phone p {
    	text-align: right;
    	color: #ff6c06;
    	font-weight: bold;
    	font-size: 30px;
    }

    Put this code
    <div class="phone"><p>123.456.7890</p></div>

    just above this code in the header.php file
    <nav id="site-navigation" class="fosforit-nav" role="navigation">

    Are you using a child theme for these changes?

    Thread Starter IndyITguy

    (@indyitguy)

    yep… Just started using child themes (trying to be better at this). ??

    Theme Author fosforito

    (@fosforito)

    Hello IndyITguy, sorry for the late reply.

    Next time you need help, please use our official forums on https://www.fosforito.net/forums/ because I don’t visit www.ads-software.com very frecuently.

    Best regards,
    Jens Wagner

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add phone number to header’ is closed to new replies.