Forum Replies Created

Viewing 20 posts - 1,081 through 1,100 (of 14,497 total)
  • Author
    Posts
  • in reply to: Changing the Configuration of My Site's Header #110230
    Sakin
    Keymaster

    @mauryeel: Thanks for your appreciation and if possible would you please submit your review at https://wordpress.org/support/theme/fabulous-fluid/reviews/?filter=5
    Thanks 🙂

    in reply to: Changing the Configuration of My Site's Header #110227
    Sakin
    Keymaster

    @mauryeel: Replace the previous css with the following. Make sure, you copy all 4 lines of CSS:

    .site-branding { width: 100%; text-align: center; }
    .site-branding .header-site-details { float: none; padding: 0; }
    #site-navigation { clear: both; float: none; margin: 0; text-align: center; }
    #site-navigation ul li { float: none; display: inline-block; }

    Then for the title, remove the all caps, you can add the following css:
    .site-branding .site-title { text-transform: none; }

    Finally for the font size changes, I am not going to change that for mobile. So, you can change the font size in the following css as per your need and add it in “Appearance => Customize => Additional CSS”

    @media screen and (min-width: 990px) {
        .site-branding .site-title { font-size: 28px; }
        .site-branding .site-description { font-size: 14px; }
    }
    in reply to: Changing the Configuration of My Site's Header #110185
    Sakin
    Keymaster

    @mauryeel: For header arrangement, you can add the following css in “Appearance => Customize => Additional CSS”

    .site-branding { width: 100%; text-align: center; }
    .site-branding .header-site-details { display: inline-block; padding: 0; }
    #site-navigation { clear: both; float: none; margin: 0; text-align: center; }
    #site-navigation ul li { float: none; display: inline-block; }

    About the white background below your header image. That is there from “Featured Content”. I see that, you have activated featured content and use “page featured content”, but you haven’t selected any page to be displayed. So, if you don’t want featured content then just go to “Appearance => Customize => Featured Content” and in “Enable Featured Content on” select “Disabled”. Then the white background will go from there.

    in reply to: Hyphens #110162
    Sakin
    Keymaster

    @sshellerina: Now, custom css has been supported by WordPress from version 4.7. So now you can add custom css in “Appearance => Customize => Additional CSS”. What’s not working can you let me know? When I check in your site it working fine.

    in reply to: Hide author but not tags #110108
    Sakin
    Keymaster

    @thierry: Thanks and if you like my support and theme then please review Adventurous theme at https://wordpress.org/support/theme/adventurous/reviews/?filter=5

    in reply to: Page doesn't stay fixed on mobiles #110106
    Sakin
    Keymaster

    @voodoochill: That is footer overflow issue. We will fixed that in next version update. For now, you can add the following css in “Appearance => Customize => Additional CSS” box:
    #site-generator { overflow: hidden; }

    in reply to: Hide author but not tags #110104
    Sakin
    Keymaster

    @thierry: I don’t see your screen option. First, you need to click on “Screen Options” and then check in “Discussion” to enable comment option box. See this screenshot https://www.pinterest.com/pin/548594798329843253/

    in reply to: Hide author but not tags #110088
    Sakin
    Keymaster

    @thierry: There will be there, please check in carefully below your post editor.

    in reply to: Hide author but not tags #109985
    Sakin
    Keymaster

    @thierry: You can replace earlier css with the following
    .entry-meta .by-author, .entry-meta .on-date { display: none; }

    For comment, you can just disable comment in from Comment settings. If you want to disable comment is all new posts, then you can go to “Settings => Discussion” and uncheck “Allow people to post comments on new articles” and “Allow link notifications from other blogs (pingbacks and trackbacks) on new articles”. Check this screenshot https://www.pinterest.com/pin/548594798333127973/

    But for the old posts, you need to edit that post and check “Discussion” option in screen options and then uncheck “Allow comments.” and “Allow trackbacks and pingbacks on this page.”. Check this screenshot https://www.pinterest.com/pin/548594798329843253/

    in reply to: Hide author but not tags #109964
    Sakin
    Keymaster

    @thierry: you shouldn’t add /* and */
    You should remove that and just add
    .entry-meta .by-author { display: none; }

    in reply to: Hide author but not tags #109954
    Sakin
    Keymaster

    @thierry: Try adding the following css in “Appearance => Customize => Additional CSS”
    .entry-meta .by-author { display: none; }

    in reply to: Hide author but not tags #109880
    Sakin
    Keymaster

    @thierry: Can you post in your site URL and then I can check in.

    in reply to: Change background color of Featured Slider #109879
    Sakin
    Keymaster

    @real_makkoy: That is Fade effect with change all elements in slider. But you can try adding in solid background in slider background by adding the following css in “Appearance => Additional CSS”
    #main-slider { background-color: #000; }

    in reply to: White Space Above/Below Header Image #109878
    Sakin
    Keymaster

    @real_makkoy: Can you try adding the following css in “Appearance => Additional CSS” box:
    #hgroup { padding-top: 0; }

    in reply to: Still cannot change some of the homepage colors #109877
    Sakin
    Keymaster

    @dotcalm: Yes, you can mode position with CSS from “Appearance => Additional CSS”. Let me know where you want to move it?

    in reply to: Shading for text in menu and featured slider? #109739
    Sakin
    Keymaster

    @vessy: Nothing I can do more. As it can either stretch or cover. There is no other option as the screen sizes keeps on changing. You can try object fit to different. Check out https://css-tricks.com/almanac/properties/o/object-fit/ for more details.

    in reply to: Shading for text in menu and featured slider? #109646
    Sakin
    Keymaster

    @vessy: Tee image is both the pages are different. One it 1024px by 55px and another one is 1680px by 720px. But if you want full width and height then css will be:

    #header-featured-image img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
    in reply to: Make it more "Light" #109435
    Sakin
    Keymaster

    @skynet: Thanks for the images, we will update it. About the screenshot, we only use screenshot.png and not screenshot.jpg. Check your theme file and delete old screenshot.jpg.

    in reply to: Cannot install Simple Catch Pro version 3.3 #109409
    Sakin
    Keymaster

    @rflores: It’s depends on your subscription. So, I recommend you to check in with out sales team directly at https://catchthemes.com/contact-us/ and ask about your your subscription and order.

    in reply to: Shading for text in menu and featured slider? #109255
    Sakin
    Keymaster

    Yes, sure. Just add the following css:
    #masthead { background: rgba(17, 17, 17, 0.7); }

Viewing 20 posts - 1,081 through 1,100 (of 14,497 total)