Axle Support

Forum Replies Created

Viewing 10 posts - 521 through 530 (of 658 total)
  • Author
    Posts
  • in reply to: Remove category information #1878
    Axle Support
    Moderator

    Hello @ejscott10

    Regarding the links form the category you need to customize our theme. We recommend you to create child theme and remove <a> tags form the section’s category which you wish to remove.

    Yes, categories are given so that one can choose the prefered post but, it’s not mandatory to display the categories. If you don’t want to show the chosen category just place the following code in Additional CSS section in the customizer.

    .news-categories {
        display: none;
    }

    Hope this solves your problem.

    Regards

    in reply to: Featured image issues #1857
    Axle Support
    Moderator

    Hello @zens

    Thanks for using our theme our dev team is up to it. will let you know after studying this.

    Regards.

    in reply to: Logo Sizing #1856
    Axle Support
    Moderator

    Hello @ejscott

    Thank you for using our theme can you please do share us your URL.

    If you want to customize CSS only then you can use Additional CSS in Customizer. You should NEVER modify theme or plugin directly. Otherwise it will be lost when theme is updated. Another alternative is using child theme. https://codex.wordpress.org/Child_Themes

    Regarding logo, CSS you have changed is correct. But please keep it in Additional CSS box in the Customizer.

    custom-logo-link

    .custom-logo-link {
    float: left;
    max-width: 250px; <<<<<<<(here)
    margin-right: 100px; 250px; <<<<<<<(here)
    }

    This is can fix your problem if you need any other assistance feel free to let us know we will be happy to answer your queries.

    Regards

    • This reply was modified 6 years, 6 months ago by Axle Support.
    in reply to: change location mobile menu from left to right #1855
    Axle Support
    Moderator

    Hello @Michelle,

    Can you please share us your URL we get confused regarding your requirement.

    Hope you understand us.

    Regards

    in reply to: Background with transparency under the title and legend of Slider #1854
    Axle Support
    Moderator

    Hello @brica

    Sorry for the late response.

    Here is a CSS fixing for you.

    #main-slider .cycle-caption {
        background: rgba(0, 0, 0, 0.52);
        padding: 10px;
    }

    Regards

    in reply to: Blog Post Page #1821
    Axle Support
    Moderator

    Hello @diningonmaui

    Can you please share us your URL. We are unable to trace the bug you mentioned. Screenshots might help us a lot.

    Thanks in advance.

    in reply to: Scrolling on Mobile #1820
    Axle Support
    Moderator

    Hello @belton

    Thank you for letting us know our developer team are on to it. We will let you know soon.

    Regards

    in reply to: Change logo size #1804
    Axle Support
    Moderator

    Hello, @david

    If you want to customize CSS only then you can use Additional CSS in Customizer. You should NEVER modify theme or plugin directly. Otherwise it will be lost when theme is updated. Another alternative is using child theme. https://codex.wordpress.org/Child_Themes

    Regarding logo, CSS you have changed is correct. But please keep it in Additional CSS box in the Customizer.

    custom-logo-link

    .custom-logo-link {
    float: left;
    max-width: 250px; <<<<<<<(here)
    margin-right: 100px; 250px; <<<<<<<(here)
    }

    This is can fix your problem if you need any other assistance feel free to let us know we will be happy to answer your queries.

    Regards,

    Axle Support
    Moderator

    Hello @drica

    Can you please share us screenshot regarding the problem, we are unable to understand your requirement.

    Best Regards

    in reply to: How to centralize the title and legend? #1615
    Axle Support
    Moderator

    Hello @drica,

    If you want the slider text as like the previous one just place this CSS in Customizer -> Additional CSS section

    .cycle-caption .caption-wrap {
    text-align: center;
    }

    Hope this solves your problem.

    Regards

Viewing 10 posts - 521 through 530 (of 658 total)