Home › Forums › All Other Themes › Architect Pro
- This topic has 5 replies, 2 voices, and was last updated 7 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
April 13, 2017 at 12:40 pm #69018
Hi Guys,
I’ve a few requests regarding the Architect Pro theme.
Is there a way to change the colour on the header area showing social icons, phone and email details in responsive view? There doesn’t seem to be an option in basic settings to do so? I can change it on Desktop but not on mobile view.
I want to input a Master Slider into each page in place of the header image so it would look similar to the homepage slider except it would be a static image. Can I do that? I can input it into the page but the header image shows above it.
The theme underlines the page title on all pages but the line is a bit far from the text. I want to bring it closer so there is not as much padding between the two. Can I do this?
Thanks
Derek
April 13, 2017 at 1:43 pm #69021Hi Derek,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:767px) {
.header-top{background:#999999 !important;}
}
h1.entry-title, h1.page-title{padding-bottom:10px !important;}Regards,
DaveApril 13, 2017 at 2:06 pm #69024Thanks Dave, just a few more things,
The menu links are all in Uppercase, how can I change them to be displayed normally?
Is there a way I can change the background behind the logo in Responsive view? I have to change the whole body colour which I don’t want to do as the logo is white. it’s lost in responsive view? If I change it to grey the whole background of the body content changes to grey too. As you have already given me the CSS code to make it transparent in Desktop view, Will I have to change the logo because of it?
Also I want to input a Master Slider into each page in place of the header image so it would look similar to the homepage slider except it would be a static image. Can I do that? I can input it into the page but the header image shows above it.
Thanks
Derek
April 17, 2017 at 5:13 am #69176Hi Derek,
Kindly add this code in custom CSS Box:
@media screen and (max-width:767px) {
.header{background:#000000 !important;}
.logo{background:none !important;}
}.sitenav ul li{text-transform:inherit !important;}
For the inner page slider you need to change code in header.php
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,
DaveApril 18, 2017 at 8:57 am #69372Hi Dave,
I’m going to hold off on the header issue.
Solid support as always
Thanks
Derek
April 18, 2017 at 1:15 pm #69393🙂
-
AuthorPosts
- You must be logged in to reply to this topic.