• Resolved josambo

    (@josambo)


    I love the Theme and I am currently working with some of the Demo Parts of the Theme (I like to start with the Demo and change things until I am happy)

    I understand, that the Theme is currently in development and that some features just are not useable yet, but I have a few questions.

    1) Animations
    How can I remove animations? If possible I would like to not remove them all, but just a few ones. I could not find them in the CSS Code

    2) “View More” Button
    The Home Page Slider has 2 Buttons, one (the “Get Started” Button) can be edited, but the “View More” Button has no menu to edit, how can I rename and relink the “View More” Button? and/or where can I find the Code that changes it?

    3) Remove Font Awesome
    The Quality Service Widget uses 6 Posts, which contain Font Awesome Icons. If I try to delete the text in the Font Awesome Textbox on the upper right side, and save it, the Text comes back ?? how can I remove them?

    4) Our Mission Page: no Return/Line Breack possible
    I am trying to give the “Our Mission Page” the same design for the text (bullet points) as it is in the “Quality Service Widget”. I was trying to edit the text and give it Line Breacks and in the Editor, everything looks fine, but on Page, it doesnt show the Line Breacks. Should I just copy the Code for the Bullet Points from the “Quality Service” Widget and its 6 Posts?

    5) Remove Header
    How can I remove the Header? I mean the yellow beam, that can be replaced by the header image. I would also like to hide the directory and the Page title on there (I managed to hide the title with a plugin)

    • This topic was modified 7 years, 9 months ago by josambo.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author canyonthemes

    (@canyonthemes)

    Hello @@josambo,
    Thank you so much for using our theme Quality Constructions. We have our premium theme and you can use the premium theme for more features. Please check our premium theme here.
    1. We have animate.css for the animation. You can just comment or remove the enqueue codes on functions.php line 185 to remove the animations.
    2. You can get this options on premium version. In the premium version you will have more options. If you want to do it on free theme, you need to customize the theme codes. quality-construction\section-parts\section-slider.php line 80.
    3. Add this css codes on Appearance > Customize > Additional CSS to remove the font awesome icons.

    .section-1-box-icon-background {
        display: none;
    }

    4. Its a part of theme customization, so you need to customize the theme. Check the widgets codes and customize it.
    5. Check the options available on the theme to remove the header. Go to Customize > Theme Option > Breadcrumb Options > Show/Hide Breadcrumb in Home page. It will only work on static front page.

    Please check our documentation to know more about the theme. Try everything with the help of this text and video documentation.

    Regards
    canyonthemes

    Theme Author canyonthemes

    (@canyonthemes)

    I hope all the above problems was solved.

    Thank you,

    Thread Starter josambo

    (@josambo)

    Thanks a lot! I would love to buy the Pro Theme, but I have already costumized the code so much, that upgrading would reset all my changes…

    one other Question I have is: is there a way to remove the overlay from the Slider? Because I dont want the background image to be darkened and I would like to remove the navigation of the slider. Also what would be nice is an option to not show the Title. Thanks again for your help!

    Thread Starter josambo

    (@josambo)

    Edit: I just set the Themes Slider on Hide and added a Site Origin Slider as the first widget (the one on top). So that Problem is solved as well ?? thanks for the great Theme!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Animations, Font Awesome, Buttons…’ is closed to new replies.