Home › Forums › All Other Themes › color on phone number SKT Simple
- This topic has 6 replies, 2 voices, and was last updated 7 years, 8 months ago by Hans.
-
AuthorPosts
-
February 28, 2017 at 8:27 am #63603
Hello,
website is: http://gruene-oase-idstein.de
It does show the wrong color and wrong space on the second phone number.
If you type “Tel.: 06126 54633” for first number “tel” is blue while the number is white.
If you type “Mobil: 0179 6930189” “moblile” as well as the number remain white.
Furthermore the space between wording and numbers are different.
I have not found any setting in theme options that could correct this.Best regards
HansFebruary 28, 2017 at 9:24 am #63607Hi Hans,
You have to write mobile in span tag so it should be like this:
<span class="h1firstword">Mobile.:</span>
Regards,
DaveFebruary 28, 2017 at 9:35 am #63609Thanks Dave,
but it is weird since you haven’t to do so with the first phone number.
Woulnd’t it make sense to handle both the same way? 😉Hans
February 28, 2017 at 9:40 am #63612Sorry Dave but while saving the option it automatically erases the span tags.
February 28, 2017 at 10:33 am #63620Hi Hans,
Kindly go to footer.php and add the mobile number there with span tag.
Regards,
DaveFebruary 28, 2017 at 1:51 pm #63664Hello Dave,
so reading between the lines your comment means that even you have a box for a second phone number the apperance does not show this number as it should i.e. as the first phone number and you nee to modify the footer.pho file?
Best
HansFebruary 28, 2017 at 2:17 pm #63667Dave,
are you shure you want me to put this span tag somewhere in here?
<div class=”phone-no”>
<p><?php if( of_get_option(‘phone’,true) != ”){ ?><?php echo of_get_option(‘phone’); ?><?php } ?>
<br />
<?php if( of_get_option(‘phone2’,true) != ”){ ?><?php echo of_get_option(‘phone2′); ?><?php } ?></p>
<p><?php if( of_get_option(’email’,true) != ” ) { ?><?php echo of_get_option(’email’,true) ; ?><?php } ?></p>
<p><?php if( of_get_option(‘weblink’,true) != ” ) { ?><?php echo of_get_option(‘weblink’,true) ; ?><?php } ?></p>
</div>I would have assumed that it goes into the stylesheet.
-
AuthorPosts
- You must be logged in to reply to this topic.