Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1178576
    yousa
    Participant

    Website is: http://formsupreme.com
    Wordpress: 4.6.1
    X: 4.6.2
    Cornerstone: 1.3.0
    PHP: 5.4

    1. A) How can I get rid of the small shadow on the blog and post pages that separates each post container from the background? Also

    B) How can I get sharp corners on those containers instead of rounded?

    C) Instead of each post being a separate container how can they all sit on the same white background block instead of being separated?

    2. How do I create an extra “navigation bar” with say 5 links on top of the first blog post on the blog which shows posts based on category?

    Like here (without the dropdown menu): http://thebettyrocker.com/blog/

    3. A) How can I create a full width image roll that has text on top and the image and the text changes to a next one within a specific time say 10 seconds?
    Like here:

    Homepage

    B) And how can I do this on the blog with the the posts I choose to be on the “featured” image roll?

    4. How do I adjust the font weight of the headings separately per h1, h2, h3, h4, h5? I can’t create proper visual hierarchy only being able to assign the size but not the weight to each heading 1/2/3/4/5/6.

    Thank you so much for your help I really appreciate your time and skill!

    #1179042
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    #1] To get rid of the shadow on the blog and post page, remove the shard corners and place in white background wrapper;
    Please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site .entry-featured,
    .site .entry-wrap {
        box-shadow: none;
        border-radius: 0 !important;
    }
    
    .site .x-main{
        background-color: #fff;
    }

    #2] Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding.

    #3] This is an Image slider. You can install Slider Revolution from X Addons > Extensions and create your own slider. To know how you can create the slider, please check this out: https://community.theme.co/kb/sliders/,

    https://www.themepunch.com/revslider-doc/first-steps/

    #4] You can adjust the font for the headings in the customizer, Appearance > Customize > Typography > Headings. And if needed, you can use of the custom css. Please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    h1, .h1,
    h2, .h2,
    h3, .h3,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6 {
      font-weight: normal;
    }

    Feel free to change the styling when needed.

    Hope this helps. Please let us know how it goes.

  • <script> jQuery(function($){ $("#no-reply-1178576 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>