Forum Replies Created

Viewing 15 posts - 466 through 480 (of 1,347 total)
  • Author
    Posts
  • in reply to: There is no demo content #177152
    Psink
    Keymaster
    in reply to: Kidspress Pro missing Thema #176818
    Psink
    Keymaster

    can you please share your site url? We will check and provide you CSS code to change it. Also can you please explain in more detail about the changes you want to make?

    in reply to: Home page layout #176817
    Psink
    Keymaster

    Hello,

    You mean to modify the design or something else. Can you please explain in more detail?

    Regards

    in reply to: Post Titles #176679
    Psink
    Keymaster

    Hello

    There is an option called Header Media in the customizer, there you will find a bunch of options to enable disable header image on various pages

    Here is the reference screen record
    https://www.awesomescreenshot.com/video/6736923?key=8deb94a2f272e73343a08588625cd248

    in reply to: Remove “Category:” on Archive Pages #176678
    Psink
    Keymaster

    Please add this CSS in the Additional Css

    .archive .page-header .page-title {
    visibility: hidden;
    }

    .archive .page-header .page-title span {
    visibility: initial;
    margin-left: -130px;
    }

    @media only screen and (max-width:479px) {
    .archive .page-header .page-title span {
    margin-left: -90px;
    }
    }

    in reply to: Font Size #176495
    Psink
    Keymaster

    Please add this CSS

    
    #colophon #block-128 .widget-wrap p {
        font-size: 18px;
    }
    
    in reply to: Header “From our blog” #176459
    Psink
    Keymaster

    can you please share your site URL?

    in reply to: Customizing Colors in Signify Pro #176454
    Psink
    Keymaster

    Please add this CSS in Additional CSS

    
    .singular-content-wrap .entry-header .entry-title,
    #testimonial-content-section .section-title-wrapper .section-title,
    #testimonial-content-section .section-description,
    .inner-section-content-wrapper .section-heading-wrapper .section-title-wrapper .section-title,
    .inner-section-content-wrapper .section-heading-wrapper .section-description {
    	color: #ffffff;
    }
    
    in reply to: Overview Does not appear on trip tab #176445
    Psink
    Keymaster

    Can you please update the theme first you are using version 1.1.7 and the latest version of the theme is 1.2.2

    in reply to: Menu Issue #176444
    Psink
    Keymaster

    Hello Neil,

    Can you please share your site URL? We will check and provide you with a solution to remove that shadow

    in reply to: Font Size #176416
    Psink
    Keymaster

    Please add this CSS in the Additional CSS

    
    body , .posts-navigation, #content #infinite-handle span button, .comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags, .comment-subscription-form, .more-link, #testimonial-content-section .entry-header .entry-meta > span, .section-subtitle, .view-more .button, #collection-section .collection-wrapper .product-container .button, #collection-section .collection-wrapper .product-container .added_to_cart, .main-navigation a {
        font-size: 14px;
    }
    
    .site-description, .header-top-left .count, .header-style-two .site-header .site-header-main .wrapper .site-description, .site-header-top-main .site-navigation a, .site-header-top-main li, .site-header-top-main ul li > a .fa, .post-navigation .nav-subtitle, #social-footer-navigation .screen-reader-text, .archive-posts-wrapper .entry-meta a {
        font-size: 12px;
    }
    
    .site-info, .entry-footer .entry-meta, #testimonial-content-section .entry-meta, .entry-meta, .breadcrumb-area, .woocommerce .woocommerce-breadcrumb, .post-navigation .meta-nav, #header-top .cart-contents:before, .woocommerce-review__published-date, .widget-title, .header-media-tagline {
        font-size: 12px;
    }
    
    .widget, .widget .hentry .entry-title, .site-header .icon, .search-submit, .pagination, .woocommerce-pagination, .breadcrumb-area, aside.footer-widget-area .widge, .sidebar .widget, .color-scheme-photography .custom-header .header-media-tagline, .widget .widget-title, .post-navigation .nav-title, .menu-toggle-close, .dropdown-toggle, .search-toggle:before, .search-submit:before, .cart-contents:before, .navigation.pagination a, .menu-label, .menu-toggle{
        font-size: 14px;
    }
    
    [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
        font-size: 13px !important;
    }
    
    in reply to: Customizing Colors in Signify Pro #176385
    Psink
    Keymaster

    Hello, Can you please share some of the reference screenshots and the site URL? We will provide you with a few lines of CSS code that will let you change the color

    in reply to: Font Size #176384
    Psink
    Keymaster

    We need to add a few lines of additional CSS. Can you please share your site URL and mention the element that you want to change the font size for?

    in reply to: how to change the menu color #176285
    Psink
    Keymaster

    Can you please share your site URL?

    in reply to: Removing date and authors from all post #176186
    Psink
    Keymaster

    Please add this CSS in Additional CSS

    
    #masthead .entry-meta {
        display: none;
    }
    
Viewing 15 posts - 466 through 480 (of 1,347 total)