Forum Replies Created

Viewing 15 posts - 256 through 270 (of 297 total)
  • Author
    Posts
  • in reply to: Header left-right boxes add widget or add thumbnails? #179097
    sanam
    Keymaster

    Please add this CSS

    .menu-open .menu-toggle .icon-close,
    svg.icon-menu {
    fill: #fff;
    }

    Regards,
    Themepalace

    in reply to: Header left-right boxes add widget or add thumbnails? #179088
    sanam
    Keymaster

    Please add this CSS in the Additional CSS

    @media screen and (min-width: 1024px) {
    .site-branding {
    width: 100%;
    }
    }

    Thanks.

    in reply to: Header left-right boxes add widget or add thumbnails? #179086
    sanam
    Keymaster

    Hello @JMGROVE, Please add this CSS in the Additional CSS

    div#left-side-post,
    div#right-side-post {
    display: none;
    }

    .site-branding{
    border-left: 0;
    border-right: 0;
    }

    #top-bar{
    border-bottom: 0;
    }

    .main-navigation:before,
    .site-branding:before,
    .site-branding:after{
    background-color: unset;
    }

    #masthead {
    background-image: url(‘https://themepalacedemo.com/magpaper-pro/wp-content/uploads/sites/107/2019/03/people-2575608_1920.jpg’);
    }

    @media screen and (max-width: 1023px) {
    .site-branding{
    border-bottom: 0;
    border-top: 0;
    }
    }

    .site-info {
    display: none;
    }

    Please add the background image URL as per your need. You can get it from the media after you upload the image.

    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.

    Thanks.

    in reply to: Page Color #179077
    sanam
    Keymaster

    Hello @AINABERNAT, we assume that you want to make the white margin the same color as the background of the pages.

    Go to Customizer >> Appearance >> Color Options >> Content Color Options >> Background color, change the color there as per your need, and published the site.

    Regards,

    in reply to: Header left-right boxes add widget or add thumbnails? #179075
    sanam
    Keymaster

    Hello @JMGROVE, for making left and right boxes to accept widgets, hiring a developer would be an option. So, we decided to eliminate it as a workaround that you have suggested.

    Please watch the video on the link below on the new design and provide us with your thought on it.
    https://www.awesomescreenshot.com/video/7521495?key=f14dd590b3626d9b80ab074be6624ce5

    Regards,
    Themepalace

    • This reply was modified 2 years, 2 months ago by sanam.
    • This reply was modified 2 years, 2 months ago by sanam.
    in reply to: Featured Content #179007
    sanam
    Keymaster

    Hello @SKJOLDBJERGGARNIHOTEL-DK, I looked into it but could not exactly grasp the issue that you have addressed. Could you please explain this more in detail?

    Regards,
    Themepalace

    in reply to: Custom Header and Slider Color #179006
    sanam
    Keymaster

    Hello @SKJOLDBJERGGARNIHOTEL-DK, Please add this CSS in the Additional CSS

    .header-media-tagline,
    .custom-header .section-title,
    .custom-header .site-header-text {
    color: #FFFFFF !important;
    }

    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
    Please use this link for reference https://www.computerhope.com/htmcolor.htm

    Thanks

    in reply to: Page Color #178929
    sanam
    Keymaster

    Hello @AINABERNAT,

    To change the page into full width with no different block.
    Go to Customizer >> Appearance >> Theme Options >> Layout Options >> Global Layout and choose no sidebar setting.
    Please note that these setting changes will be applicable throughout the entire site.

    To change the background color of the pages, Please add this CSS in the Additional CSS
    .page .entry-content-wrapper,
    .page #main article {
    background: #800000;
    }
    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site. you can change the background color as per your requirement.
    Please use this site as a reference for color options.
    https://www.computerhope.com/htmcolor.htm

    Regards,
    Themepalace

    in reply to: Whatsapp Social icon on EDUMAG Pro #178912
    sanam
    Keymaster

    Please add this CSS into Additional CSS

    li a[href*=”whatsapp.com”]:after {
    content: “\f232”;
    }

    Regards,
    Themepalace

    • This reply was modified 2 years, 2 months ago by sanam.
    in reply to: Whatsapp Social icon on EDUMAG Pro #178877
    sanam
    Keymaster

    Hello @NISHADSN, Please add this CSS in the Additional CSS

    li a[href*=”whatsapp.com”]::before {
    content: “\f232”;
    }

    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.

    Regards,
    Themepalace

    in reply to: travel base pro problems on checkout page #178775
    sanam
    Keymaster

    Hello @SANOOKTIEW, Please add this CSS in the Additional CSS

    .page .order-wrapper {
    padding: 10px;
    }
    .page .order-wrapper table {
    display: inline-table;
    }
    @media (max-width: 991px) {
    .page .checkout-page-wrap {
    grid-template-columns: 100% !important;
    }
    }

    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.

    Regards,
    Themepalace

    in reply to: issue with home page showing all posts #178752
    sanam
    Keymaster

    Hello @GIRLRACER, Could you please provide us with your site Url?.

    in reply to: Probleme Slider #178662
    sanam
    Keymaster

    Hello @EMRAH, Please add this CSS in the Additional CSS

    @media only screen and (max-width: 1300px) {
    #sidebar-front-page-widget-area .construction_base_widget_call_to_action,
    .construction_base_widget_call_to_action {
    background-size: cover;
    }
    }
    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.

    Thanks

    in reply to: ERROR MOBILE VIEW #178624
    sanam
    Keymaster

    Hello @IAKNMDC, Could you please explain the issue more in detail?

    Thanks.

    in reply to: How do I change the footer background color #178458
    sanam
    Keymaster

    Hello @THECOACH, Please add this CSS in the Additional CSS

    #colophon {
    background-color: #800000;
    }

    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
    Please use this link for reference https://www.computerhope.com/htmcolor.htm

    Thanks

Viewing 15 posts - 256 through 270 (of 297 total)