Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello,

    Thanks for sharing your workaround. We’ll review this to provide a permanent fix. Could you also share your browser console errors and confirm your theme version so we can pinpoint the issue?

    Thank You.

    Hello,

        Are you using the free version of the theme or the premium one?

        To help you better, could you please share screenshots of:

            – The red icon in the services section
            – The testimonial images you’re trying to change
            – The red icon in the contact form

        Once we see the screenshots, we’ll be able to guide you more accurately.

        Let us know if you need further help!

    Thank You

    Hello,

        The top white menu bar you’re referring to is most likely part of your theme’s header section. You have a few options depending on what you’d like to achieve:

        1. Remove the Top Menu Bar Entirely
            If you don’t want the top menu at all, you can hide it using custom CSS. Please follow the steps below:

            Go to Appearance > Customize > Additional CSS

            Add the following CSS code:

            .menubox .container {
              display: none;
            }

        2. Make the Top Bar Smaller
            To reduce the height of the top menu, you can try this CSS:

            .main-navigation a {
              padding: 14px 22px;
              font-size: 14px;
            }

        3. Change the Background Color
            If you’d prefer to keep the top menu but change its appearance, you can use this CSS:

            .menubox .container {
              background-color: #000000; /* Replace with your preferred color */
            }
           
        Let me know if you need further assistance or if you’d like help customizing the colors or layout further!

    Thank you.

    Hello,

        Thank you for reaching out. Could you please clarify what specific formatting changes you are seeing? For example, is the text alignment, spacing, headings, or images appearing differently than before?

        If possible, please share a screenshot or the link to one or two pages where the issue is visible. This will help us identify the cause more quickly. If the support system does not allow image uploads, you can share a link to the screenshot via Imgur or Google Drive.

        Once we can review the exact changes, we’ll guide you with the most efficient steps to restore the correct formatting.

    Thank you.

    themespridesupport

    (@themespridesupport)

    Hello,

    Thank you for the update. We understand the issue still persists in version 9.1.

    We’re currently reviewing this further. In the meantime, please try switching to a default theme (like Twenty Twenty-Four), then switch back to Automobile Hub and recheck the Customizer.

    Also, if possible, please check your browser console for any JavaScript errors and share screenshots or logs with us. This will help us identify the root cause faster.

    We appreciate your patience and will keep you updated.

    Hello,

    1. To improve horizontal responsiveness, add this CSS in Appearance > Customize > Additional CSS:

        .header-img, .single-page-img, .external-div .box-image img, .external-div {
            background-size: 100% 100% !important;
        }

        For full height, adjust it from the Header Image section in the Customizer.

        To set a background color if the image doesn’t fully cover the space, use:

        .header-img {
            background-color: #yourcolorcode !important;
        }

    2. To show the slider on the homepage, follow these steps:

        – Create a new page (Dashboard → Pages → Add New), set the template to Custom Home Page, and publish it.
        – Set it as the homepage (Dashboard → Customizer → Homepage Settings → Select Static Page → Publish).
        – Enable the slider (Dashboard → Customizer → Custom Home Page → Slider Section → Select slider pages → Check the box to show the slider → Publish).


    3. Currently, changing the title on the Blog Posts page is not available. However, this feature will be included in the next update.

    4. To change the font colors on the menus and page titles, follow these steps:

        – Log in to your WordPress Dashboard.
        – Navigate to Appearance > Customize.
        – Click on Additional CSS.
        – Add the following CSS code:
            For Menus:
            .main-navigation a {
                color: #yourcolor !important;
            }
            For Page Title:
            .box-text h2{
                color: #yourcolor !important;
            }
        – Click Publish to save your changes.


    Thank You.

    Forum: Reviews
    In reply to: [Car Repair] Broken

    Hello,

    Thank you for reaching out regarding the issue you’re experiencing with missing files. Since you are using a child theme, this issue might be related to missing or incorrectly referenced files from the parent theme.

    To resolve this efficiently, please ensure the following:
        – The parent theme is correctly installed and activated.
        – All necessary files are properly enqueued in the child theme’s functions.php file.

    If the issue persists, we recommend submitting your query through the [Theme Support Form]. This allows our support team to review your specific case in detail and provide tailored assistance.

    Kindly include the following when submitting your request:
        – A clear description of the issue.
        – Screenshots of any errors.
        – Any recent changes made to the theme.

    We’re here to help you get this resolved as quickly as possible.

    Thank You.

    Hello,

    Could you share a screenshot of the issue? Also, please let us know the original image resolution and the file format you’re uploading. This will help us identify what’s causing the pixelation.

    Thank you.

    Hello,

    Thank you for your message. I’m glad the previous issue was resolved. Regarding your new queries:

    1. Changing the Header Image:
        Yes, you can manually change the header image. Here’s how:
        – Go to your WordPress Dashboard.
        – Navigate to Appearance > Customizer > Header Image.
        – Here, you can upload and set a new image to replace the current one.

    2. Changing the Title on the Blog Posts Page:
    Currently, changing the title of the Blog Posts page from ‘Blog Post’ to ‘Home’ is not available in the current version. However, we’re working on this feature, and it will be included in the next update.

    We appreciate your patience and understanding. If you have any further questions, feel free to reach out.

    Thank You.

Viewing 9 replies - 1 through 9 (of 9 total)