Best Premium and Free WordPress Themes › Forums › Infinite Photography Pro › Adjusting colours and size of featured section wording & positioning of top menu
- This topic has 7 replies, 3 voices, and was last updated 3 years, 4 months ago by
acmesupports.
-
AuthorPosts
-
September 14, 2018 at 7:56 am #35244
JIE HENG THUM
ParticipantHello,
I have two issues with regards to the photography pro theme. I am viewing the website/theme via a PC. The following is the URL
http://aerial-perspectives-studios.com/
1) How do I change the colour and font size of the words on the featured section, in the case of my website, the words ” WORK IN PROGRESS” & “Unlocking perspectives” ?
2)Why is the top menus in such an awkward position? I would like it to be in a position such that it is one horizontal line, much like the samples you have provided.
Please help me, thanks!
Best Regards
CharlesSeptember 14, 2018 at 3:57 pm #35254acmesupports
ModeratorDear Charles,
1. Please insert the given CSS code in Additional CSS.
Dashboard->Appearance->Customize->Additional CSS.slider-section .slider-desc .slider-title { color: #cb31ce; font-size: 60px; } .slider-feature-wrap a { color: #b72121; font-size: 20px; }
2. You have long text for menu, Please try to shorten the length of text on the menu or put less page.
Best Regards!
September 15, 2018 at 2:13 pm #35287JIE HENG THUM
ParticipantHello there,
Your code has worked like magic! I am in the midst of setting up my website for the first time so i hope you can bear with me.
Can I ask, how can I give the top menu a permanent,solid background colour? (currently, the background of the menu is the picture i have used for the featured section . i prefer a solid black background for the menu itself) Such as the menu on this website which has a gold background for its menu options:Thanks again!!
September 16, 2018 at 12:27 pm #35327acmesupports
ModeratorDear Charles,
Please insert the given CSS code in Additional CSS.
Dashboard->Appearance->Customize->Additional CSS.site-header .wrapper { background-color: #a88c25; }
Best Regards!
September 17, 2018 at 2:51 am #35341JIE HENG THUM
ParticipantHello there,
Again, your code has worked beautifully. I do apologise for the torrent of questions, and I promise that after this round of questions, I will refrain from asking any for a while.
1) How do I make the top menu fade out a little? In the sense of adjusting the OPACITY of the BACKGROUND COLOUR of the TOP MENU?
2) When i view my website on my phone, i realised that the words on the feature section , “Professional Drone Services” and the words below, ‘click here to consult our experts today” are not visible . this problem does not occur on the PC version. How do I resolve this issue?
Thank you so much! I appreciate it!
Best Regards
CharlesSeptember 17, 2018 at 5:32 am #35345acmesupports
ModeratorDear Charles,
Please insert the CSS code in Additional CSS..site-header .wrapper { background-color: transparent; } .site-header.navbar-fixed-top.navbar-small, .site-header.navbar-fixed-top.navbar-small .wrapper, .site-header, .site-header .wrapper { background: rgba(10,10,10,.1); }
The text is hidden in the mobile device in theme but if you want to show text in mobile devices to please use following CSS codes
.slider-section .slider-item .slider-desc { display: table !important; } .slider-section .slider-desc .slider-title { font-size: 23px; } .slider-feature-wrap a { font-size: 14px; }
Best Regards!
-
This reply was modified 4 years, 6 months ago by
acmesupports.
November 10, 2019 at 3:23 pm #72351Dianne Miller
ParticipantHello,
Can you tell me how to adjust the height of the featured slider or the size to crop images to?
November 11, 2019 at 12:41 pm #72381acmesupports
ModeratorHello Dianne Miller,
The height of the featured slider is dependent on the image size of featured slider. So, you have to upload the featured slider image according to your required featured section size. -
This reply was modified 4 years, 6 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.