Forum Replies Created

Viewing 15 posts - 121 through 135 (of 173 total)
  • Author
    Posts
  • in reply to: Move WooCommerce search dropdown to Breadcrumbs div #3345
    Yazmin
    Keymaster

    Hello Kostas

    Sorry this kind of custom work is outside the scope of our theme support. We can help with theme functionality and relatively minor styling issues but this would require custom coding.

    I can point you in the right direction to the WooCommerce documentation which explains how to change/override the standard WooCommerce template files.

    in reply to: Hide/remove the tag line from the middle-top #3344
    Yazmin
    Keymaster

    Hi Pascal

    It is the same setting as in the earlier post that hides both title and excerpt (tag line).

    in reply to: Trusted Pro – Site Title Color Control #3343
    Yazmin
    Keymaster

    In the customizer go to ‘Colors’ and you will see the color setting for the site title right at the top.

    in reply to: Remove/Hide $page_title_icon from all pages #3342
    Yazmin
    Keymaster

    Hello Pascal

    there is a setting for this in the page editor, make sure to check the box next to ‘Do not show Title and Excerpt in header’

    in reply to: How to use Trusted widgets? #3284
    Yazmin
    Keymaster

    Hi, the widget areas in Trusted theme are accessed in the standard WordPress way, go to ‘Appearance’ > ‘Widgets’ and you should see the following widget areas:

    • Blog Sidebar – standard sidebar for ‘posts’ & post archives
    • Home Page Sidebar – sidebar for the homepage only
    • Page Sidebar – sidebar for ‘pages’ (not the homepage)
    • Shop Sidebar – sidebar for product categories & WooCommerce pages
    • Top Bar – this is the top bar above the logo/main menu (automatically formats into 50/50 columns)
    • Footer Columns 1, 2 & 3 – up to three columns in the footer
    • Middle Footer – below the footer columns and above the lower footer

    Content can be added by dragging any of your ‘Available Widgets’ (‘Image’, ‘Text’, ‘Custom HTML’ etc.) into any of the above mentioned widget areas.

    Is there a specific widget area that you cannot see or are having difficulty accessing or adding content to?

    in reply to: Hide Navigation Bar on Home Page #3075
    Yazmin
    Keymaster

    Hi Carl

    Glad to hear you found a solution and thank you for updating and letting other users know about the plugin.

    Regards

    Yazmin

    in reply to: Linebreak in Capition in Home Page Slider #2613
    Yazmin
    Keymaster

    Hi Thomas

    Sorry, at the moment it is not possible, however there is a theme update due be released Tuesday November 7th which will allow you to use html markup in the slider caption.

    in reply to: Headings underline image #2492
    Yazmin
    Keymaster

    Ahh I see. It is the Beaver Builder plugin that is overriding the theme’s styling.

    Try this in Additional CSS:

    body h1.fl-callout-title,
    body h2.fl-callout-title,
    body h3.fl-callout-title,
    body h4.fl-callout-title,
    body h5.fl-callout-title,
    body h6.fl-callout-title{
    margin-bottom: 20px;
    }
    in reply to: Headings underline image #2489
    Yazmin
    Keymaster

    to change all headings from H1 to H6 so that the underline are all the same size, add this in Customize > Additional CSS (change the width and height values to whatever size you want):

    .entry-content h1:before,
    .entry-content h2:before,
    .entry-content h3:before,
    .entry-content h4:before,
    .entry-content h5:before,
    .entry-content h6:before{
    width: 30px;
    height: 4px;
    }

    to use your own image use this css instead (change image-url to the URL of your image):

    .entry-content h1:before,
    .entry-content h2:before,
    .entry-content h3:before,
    .entry-content h4:before,
    .entry-content h5:before,
    .entry-content h6:before{
    background-image: url("image-url");
    }
    in reply to: Changing Header Image per page #2487
    Yazmin
    Keymaster

    The pro version has the option to change the header background image on different pages as well as posts, products, categories and tags.

    in reply to: Title Box Text #2486
    Yazmin
    Keymaster

    The wpnux_page custom field in your image is not part of the Trusted theme so that will have no impact.

    The pro version has the option to change the title to something other than the page title.

    in reply to: Call-to-action Panel #2485
    Yazmin
    Keymaster
    #cta-section {
    color: #fff;
    }

    change #fff to your own color.

    in reply to: Featured Services Icons #2481
    Yazmin
    Keymaster

    Thanks.

    This css will fix it:

    .featured-post .featured-icon {
    padding-top: 20px;
    }
    in reply to: Featured Services Icons #2480
    Yazmin
    Keymaster

    The homepage does not have the featured services enabled, so I cannot see them to find the issue.

    in reply to: Featured Services Icons #2478
    Yazmin
    Keymaster

    Thanks. I have removed the information you posted. Please do not post any login details in the forum for security reasons.

    If you need to supply any such information in future, please email us or use the contact page.

Viewing 15 posts - 121 through 135 (of 173 total)