Forum Replies Created

Viewing 15 posts - 1 through 15 (of 1,166 total)
  • Author
    Posts
  • in reply to: Text Limitation on Slider Option #42202
    themearile
    Keymaster

    Hi Archand

    Thanks for contacting us.

    Okay, kindly add the below CSS in the Additional CSS box. Please go to Appearance => Customize => Additional CSS, then paste the CSS here and click the Publish button.

    @media (max-width: 500px) {
    	.theme-main-slider.vrsn-three .theme-slider-content .title-large {
    		font-size: 2.4rem;
    		letter-spacing: 3px;
    		word-break: break-all;
    	}
    }

    Let us know if it works for you.

    Regards,
    ThemeArile

    in reply to: Licence has expired #42184
    themearile
    Keymaster

    Hi OMER

    You can update your theme package with the latest version of the theme. Please follow the help article below.

    https://helpdoc.themearile.com/?docs=general/how-to-update-premium-theme-package

    If you have any questions, please let me know.

    Thanks

    • This reply was modified 1 week, 5 days ago by themearile.
    in reply to: banners #42181
    themearile
    Keymaster

    Hi Jeffrye

    You can use only one banner image in the header.

    But you can use the Unique Headers plugin https://wordpress.org/plugins/unique-headers/ to set up a separate image for each page header.

    I hope this will help you.

    Thanks

    in reply to: banners #42178
    themearile
    Keymaster

    Hi Jeffrye

    Please let me know are you want to display the unique header image for every page.

    https://prnt.sc/-e9DXJnVkys6

    Thanks

    in reply to: Featured Image Sizing? #42175
    themearile
    Keymaster

    Hi Richard

    Okay, please share your site admin login details at themearile@gmail.com so we can take a look and add some media query code to the more devices according to the image sizes you are using.

    Thank you

    in reply to: Call to Action image not displaying #42169
    themearile
    Keymaster

    Hi Michael Peters

    Ok, please add the below css code in the additional css box.

    .theme-cta-overlay {
    background-color: #000000c4 !important;
    }

    Let us know if it works.

    Thanks

    in reply to: Blog Sizing, containment #42168
    themearile
    Keymaster

    Hi Jon McCaw

    Ok, please follow the help article below to add the Read More button to the blog.

    https://www.wpbeginner.com/beginners-guide/how-to-properly-use-the-more-tag-in-wordpress/

    Let us know if it works.

    Thanks

    in reply to: Featured Image Sizing? #42158
    themearile
    Keymaster

    Hi Richard

    Please follow the recommended image size for the theme.

    Recommended Image Sizes For All News Section Widget:
    Logo – 294px x 51px
    Blog Featured Image – 1100px by 795px
    Featured News Section:

    Featured Image – 482px by 684px

    Let me know if it works.

    Thanks

    in reply to: Social share buttons? #42156
    themearile
    Keymaster

    Hi Maxine Roper

    Please follow the link below to use the AnyOne social share WordPress plugin.

    https://wordpress.org/plugins/search/social++share/

    I hope this helps you.

    Thanks

    in reply to: How do I change colors of articles? #42154
    themearile
    Keymaster

    Hi Richard Zemore

    Please add the below css code in the additional css box.

    .widget .wp-block-search .wp-block-search__label {
    background-color: #141414;
    }
    .widget:nth-child(2) .wp-block-heading {
    background-color: #141414;
    }
    .widget:nth-child(3) .wp-block-heading {
    background-color: #141414;
    }
    .widget .wp-block-search .wp-block-search__label:before {
    border-left: 15px solid #141414;
    }
    .widget:nth-child(2) .wp-block-heading:before {
    border-left: 15px solid #141414;
    }
    .widget:nth-child(3) .wp-block-heading:before {
    border-left: 15px solid #141414;
    }
    input[type=”text”], input[type=”email”], input[type=”url”], input[type=”password”], input[type=”search”], input[type=”number”], input[type=”tel”], input[type=”range”], input[type=”date”], input[type=”month”], input[type=”week”], input[type=”time”], input[type=”datetime”], input[type=”datetime-local”], input[type=”color”], textarea {
    color: #1f2024;
    background: #41423b;
    border: 1px solid #534d4d !important;
    }
    button, input[type=”button”], input[type=”submit”] {
    background-color: #1c2120;
    color: #ffffff;
    }
    label {
    color: #ffffff;
    }
    .form-control {
    background-color: #41423b;
    }
    .post-author-area {
    background-color: #41423b;
    }
    .page-breadcrumb {
    background-color: #41423b;
    border: 1px solid #544e4e;
    }

    Thanks

    in reply to: Social icons don’t work #42151
    themearile
    Keymaster

    Hi Maxine Roper

    It is probably a plugin conflict issue. Please deactivate each plugin one by one and check your site.

    Let us know if it works for you.


    Thanks

    in reply to: Social icons don’t work #42148
    themearile
    Keymaster

    Hi Maxine

    Thanks for contacting us. Don’t worry, we are here to help you.

    Please share your site URL and any snapshot of the issue so we can take a look at it and then investigate the problem.

    Could you please let us know about the social icons that you want to add to the site?

    Regards,
    ThemeArile

    in reply to: How do I change colors of articles? #42144
    themearile
    Keymaster

    Hi Richard Zemore

    Okay, please add the below CSS in the Additional CSS box. Please go to the Appearance => Customize => Additional CSS, then paste the CSS here and click to publish button.

    .list-view-news-area .entry-header .entry-title a {
    color: #ffffff;
    }
    .list-view-news-area .entry-meta a, .list-view-news-area .entry-meta > span i {
    color: #ffffff;
    }
    .list-view-news-area .entry-meta a:hover, .list-view-news-area .entry-meta a:focus {
    color: #ffffff;
    }
    body, button, input, select, textarea {
    color: #f3f3f3;
    }
    .grid-view-news-area .entry-header .entry-title a {
    color: #ffffff;
    }
    .grid-view-news-area .entry-meta a, .grid-view-news-area .entry-meta > span i {
    color: #ffffff;
    }
    .sidebar .widget {
    background-color: #41423b;
    border: 1px solid #545151;
    }
    .widget .wp-block-latest-posts li a {
    color: #ffffff;
    }
    .widget .wp-block-latest-posts li {
    border-bottom: 1px solid #504c4c;
    }
    .news-section-title {
    background-color: #41423b;
    border: 1px solid #544f4f;
    }

    It will help you as needed.

    Thanks

    in reply to: How do I change colors of articles? #42142
    themearile
    Keymaster

    Hi Richard Zemore

    Thanks for contacting us.

    Please share your site URL so we can provide you css code for the dark layout in the theme.

    Thanks

    in reply to: Added new icons #42131
    themearile
    Keymaster

    Hi Alan

    The TikTok icon is not supported in the Font Awesome library. But we have a good CSS trick so you can use the TikTok icon.

    So we need your site admin login details to do it for you. So, please share the admin login details of your site in our email below.

    themearile@gmail.com

    Thanks

Viewing 15 posts - 1 through 15 (of 1,166 total)