Forum Replies Created

Viewing 15 posts - 46 through 60 (of 1,203 total)
  • Author
    Posts
  • 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

    in reply to: PHONE NUMBER DISPLAYED INCORRECTLY #42127
    themearile
    Keymaster

    Hi Paula Garcia

    Thanks for contacting us.

    Please share your site URL here so we can check your site and provide you with the best solution.

    Thank you

    themearile
    Keymaster

    Hi Computer Mike

    Thanks for contacting us.

    Please let us know the name of the pro theme so we can help you better.

    Thanks

    in reply to: Home page settings #42101
    themearile
    Keymaster

    Hi Paul Williams

    Ok, now please check your site, we have set the 4-column post layout in the Home page.

    Let me know if it works.

    Thanks

    in reply to: Home page settings #42099
    themearile
    Keymaster

    Hi Paul Williams

    Ok, please share your site admin login details with our email address so we can check your site and provide you better solution.

    themearile@gmail.com

    Thanks

    in reply to: Change Sticky menu in mobile version #42086
    themearile
    Keymaster

    Hi José Ángel

    Thanks for getting back to us.

    Please try the code below. Kindly 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.

    @media (max-width: 991px) {
    	.navbar.navbar-header-wrap.header-fixed-top .navbar-toggler {
    		border-color: rgba(0, 0, 0, 1);
    	}
    	.navbar.navbar-header-wrap.header-fixed-top .navbar-toggler-icon {
    		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    	}
    	.navbar.navbar-header-wrap.header-fixed-top .nav .dropdown-item {
    		color: #000;
    	}
    }

    Let us know if it works for you.

    Thanks

    in reply to: Blog tiles on home page and sidebar #42082
    themearile
    Keymaster

    Hi Paul

    We need your site URL so we can check what’s going wrong.

    Thannks

    in reply to: Blog tiles on home page and sidebar #42078
    themearile
    Keymaster

    Hi Paul

    Thanks for contacting us.

    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: Funfacts #42077
    themearile
    Keymaster

    Hi Paul

    Thanks for contacting us.

    Please share your site URL here so we can investigate the issue and provide you with the best solution.

    Thank you

Viewing 15 posts - 46 through 60 (of 1,203 total)