• Resolved SportFaster.com

    (@miroslava22)


    Hello, I have a question and I will be very happy if you help me!
    I would like to change description place in all categories. Now it’s shown above the products, but it will be better to be shown under them. Or if you want to explain me how to add READ MORE button and not to be shown the whole description. It’s very good for SEO of the site. You can see here what I mean ==> https://onlinemaratonki.com/maratonki/ Please help me. Thank you in advance! Regards!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Amit Singh

    (@apprimit)

    Hello,

    Try to add the below code to Customize > Custom CSS section to achieve it –

    article.entry-content.entry {
        display: flex;
        flex-direction: column;
    }
    header.woocommerce-products-header {
        order: 4;
        -webkit-order: 4;
    }
    Thread Starter SportFaster.com

    (@miroslava22)

    Hello, thank you for the answer. I am not sure if I should delete anything and to add that you wrote me or only to add it somewhere.
    IS THIS THE RIGHT PLACE —>

    * Custom Header Add Container
    */
    $wp_customize->add_setting( ‘ocean_add_custom_header_container’, array(
    ‘transport’ => ‘postMessage’,
    ‘default’ => true,
    ‘sanitize_callback’ => ‘oceanwp_sanitize_checkbox’,
    ) );

    $wp_customize->add_control( new WP_Customize_Control( $wp_customize, ‘ocean_add_custom_header_container’, array(
    ‘label’ => esc_html__( ‘Add Container’, ‘oceanwp’ ),
    ‘type’ => ‘checkbox’,
    ‘section’ => ‘ocean_header_general’,
    ‘settings’ => ‘ocean_add_custom_header_container’,
    ‘priority’ => 10,
    ‘active_callback’ => ‘oceanwp_cac_has_custom_header’,
    ) ) );

    Amit Singh

    (@apprimit)

    No, just go to Dashboard > Appearance > Customize > Custom CSS/JS section and add the code in the custom css field.

    Thread Starter SportFaster.com

    (@miroslava22)

    Thank you very much. I did it. I would like to make some other changes and if you give me your e-mail or other place where I can write you, I will be glad. Or if you are not agree I will write you here. Thank you once again, you are great.

    Amit Singh

    (@apprimit)

    Sharing email id is against the forum guidelines and we can’t break the forum rules. I hope you understand. Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change description place in category’ is closed to new replies.