Adjusting colours and size of featured section wording & positioning of top menu - Acme Themes

Best Premium and Free WordPress Themes Forums Infinite Photography Pro Adjusting colours and size of featured section wording & positioning of top menu

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #35244
    JIE HENG THUM
    Participant

    Hello,

    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
    Charles

    #35254
    acmesupports
    Moderator

    Dear 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!

    #35287
    JIE HENG THUM
    Participant

    Hello 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:

    https://www.smrt.com.sg/

    Thanks again!!

    #35327
    acmesupports
    Moderator

    Dear Charles,
    Please insert the given CSS code in Additional CSS.
    Dashboard->Appearance->Customize->Additional CSS

    .site-header .wrapper {
        background-color: #a88c25;
    }

    Best Regards!

    #35341
    JIE HENG THUM
    Participant

    Hello 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
    Charles

    #35345
    acmesupports
    Moderator

    Dear 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.
    #72351
    Dianne Miller
    Participant

    Hello,

    Can you tell me how to adjust the height of the featured slider or the size to crop images to?

    #72381
    acmesupports
    Moderator

    Hello 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.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.