• Hi,
    is there a way to configure the bottom status bar of the latest version of raindrops?
    I mean: content of the bar, size, on/off.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi lrosa

    On Off

    functions.php line:99

    $raindrops_status_bar = true;

    If you no need, add functions.php or childtheme/functions.php first line(<?php before );

    $raindrops_status_bar = false;

    maybe hide status bar.

    Display style( size )

    see at style.css

    .raindrops-status-bar-active
    #raindrops_status_bar

    hook and action

    see at functions.php line:6877

    function raindrops_status_bar()

    Thank you.

    Thread Starter Luigi Rosa

    (@lrosa)

    Thank you for your answer, that solved my problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bottom status bar’ is closed to new replies.