Home › Forums › All Other Themes › Header Change/CustsnStyle Pro
- This topic has 13 replies, 3 voices, and was last updated 7 years, 1 month ago by Sonl Sinha.
-
AuthorPosts
-
October 19, 2017 at 5:10 pm #85931
Hello,
I am using the Cutsnstyle Pro Theme.
I would like to know how I can add the address below the phone number in the top right header below the email address?Please advise. The website is touchdbeautybarandspa.com.
Also, how can I make the logo bigger to be more clear or easier to see.
October 24, 2017 at 5:20 am #86055Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header .header-inner .logo img { height:100px !important;}
Regards,
DaveOctober 24, 2017 at 5:33 am #86063Ok. Thanks
You didn’t advise on how I would add the address below the email address in the header
October 24, 2017 at 5:36 am #86065I would like for the header to stay the same but I just want the address below the phone number and email address.
Can you please give me instructions on how to add it?
October 24, 2017 at 6:02 am #86069Hi,
This can only be done via coder.
Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveOctober 24, 2017 at 10:08 am #86115I am starting to feel as if I am getting the run around from this company. I don’t allow people to login to my live site.
Please provide instructions on how to make the change. I have already stated my issue in this forum and in the contact page your are directing me to only to be directed to put my request in the forum.
Please reply with instructions or issue a refund.October 24, 2017 at 10:24 am #86121I do not provide my username or passwords
October 24, 2017 at 10:27 am #86123This client is a trouble maker. Keeps on sending us several emails till date 17+ and says she won’t provide any username and password.
Regards,
ShriOctober 24, 2017 at 10:30 am #86124I am just doing what you asked. You asked me to post here and clearly I did
October 24, 2017 at 10:33 am #86127I only posted here because you asked me to. I am not making trouble. I am just seeking assistance via the method you have available only to still not get assistance.
October 24, 2017 at 4:43 pm #86193I see the edit appears to be done in header.php
Can you please advise how I would make the change?
October 24, 2017 at 4:59 pm #86195I am inside of Header.php which reads as the following:
<div class=”header_info”>
<?php if(!dynamic_sidebar(‘header-widget’)): ?>
<div class=”apointment”><?php echo of_get_option(‘headerinfo’); ?></div>
<div class=”phoneemailfix”>
<span class=”phone-no”><i class=”fa fa-phone”></i>“> <?php echo of_get_option(‘phone’); ?></span>
<span class=”email-id”><i class=”fa fa-envelope-o”></i>“> <?php echo of_get_option(’email’,true) ; ?></span>
</div>
<?php endif; ?>
<div class=”clear”></div>
</div><!–header_info–>
<div class=”clear”></div>What revisions would I need to make inside of file manager to get the address to show?
so far I have added the following but I didn’t see the address addedThanks in advance
October 24, 2017 at 5:15 pm #86197I have added the following below the email id and it adds the address, however it its not aligned with the phone number and email. What revsions are necessary to the following code?
I know where to make the changes, I just need to know what I need to edit. Thanks in advance
<p><span class=”street-address”><i class=”fa fa-address”></i>“> <?php echo of_get_option(‘address’,true) ; ?></span></p>
<p><span class=”street-address2″><i class=”fa fa-address2″></i>“> <?php echo of_get_option(‘address2’,true) ; ?></span></p>October 26, 2017 at 12:37 pm #86331Hi,
Kindly paste below codes just after email id code.
<span class="street-address"><i class="fa fa-map-marker"></i><?php echo of_get_option('address', true) ; ?></span> <span class="street-address"><i class="fa fa-map-marker"></i><?php echo of_get_option('address2', true) ; ?></span>
After that go to Appearance » Theme Options » Basic Settings » Custom CSS and paste below codes there:
.street-address { display: block; font-size: 15px; color: white; margin-top: 7px; } .street-address i { font-size: 18px; margin-right: 23px; margin-left: 3px; } .phoneemailfix{max-width: 200px;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.