Custom CSS won't function with pages using WPBakery Page Builder Settings

This topic has 11 replies, 3 voices, and was last updated 5 years, 8 months ago ago by Olga Barlow

  • Avatar: Joesurf18
    Joesurf18
    Participant
    August 1, 2018 at 01:47

    I have created a simple test for functionality with this css style in the child theme and theme options
    global custom CSS.

    .check p {
    font-size: 48px;
    }

    Placing callout in the page builder “Front Page” Text Block / Extra class name: “check”

    No Result – and a view of the source code shows the CSS callout doesn’t show up.

    Other variations of this also show no functionality of the custom CSS styles functioning in this theme.

    I could use your help getting this resolved.

    Please, contact administrator
    for this information.
    10 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 1, 2018 at 08:19

    Hello,

    Please make sure that function.php file of your child theme contains required code http://prntscr.com/kd8cig. Here you may download Royal Child Theme – https://www.8theme.com/download-plugins/page/2/

    Regards

    Avatar: Joesurf18
    Joesurf18
    Participant
    August 1, 2018 at 14:54

    ROYAL THEME HAS ALREADY BEEN DOWNLOADED INSTALLED AND ACTIVATED.

    CONFIRMED function.php file of the child theme does contain this required code:

    <?php add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
    function theme_enqueue_styles() {
    wp_enqueue_style( ‘child-style’, get_stylesheet_uri(), array( ‘bootstrap’, ‘parent-style’ ) );
    wp_enqueue_style( ‘dynamic-css’, get_stylesheet_directory_uri() . ‘/dynamic.css’ );
    }

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 1, 2018 at 16:02

    Hello,

    Yes, that code is required.

    Regards

    Avatar: Joesurf18
    Joesurf18
    Participant
    August 1, 2018 at 17:47

    THE CODE IS IN PLACE AND YET THE THEME WILL NOT USE THE CSS!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 2, 2018 at 09:39

    Hello,

    Please provide FTP access so we can take a closer look.

    Regards

    Avatar: Joesurf18
    Joesurf18
    Participant
    August 2, 2018 at 17:41

    The FTP is:

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 3, 2018 at 07:25

    Hello,

    We have tried FTP access to connect to your server and we can’t connect. Please check (FTP hostname, FTP username, FTP password).

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 3, 2018 at 14:08

    Hello,

    Your problem was solved in your request via email. The problem was related to missing functions.php of the child theme.

    Regards

    Avatar: Joesurf18
    Joesurf18
    Participant
    August 3, 2018 at 19:46

    Thank You

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 6, 2018 at 15:11

    You are welcome!

    Regards

  • Viewing 11 results - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.