• I have parabola installed.. Love it…

    I am trying to locate a .css file to edit some elements such as padding margins etc… this is not found in the usual editor css file.

    example of one css entry i am trying to edit is below.
    the #pg is no where to be found in the theme .css files…
    ———–

    #pg-253-0, #pg-253-1, #pg-253-2, .panel-grid-cell .panel {
    margin-bottom: 0;
    }
    .panel-grid {
    margin: 0 -15px;
    }
    .panel-grid {
    }

    .entry-content tr th, .entry-content thead th {
    background-color: #444444;
    color: #ffffff;
    }
    .entry-content tr th, .entry-content thead th {
    ——————

    Really appreciate if anyone knows the file location where the above css tags can be found..

    many thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • You don’t need to locate the above CSS tag to change them. Just put your CSS code at the end of the stylesheet(.css). You can locate the stylesheet under root folder of your theme.

    Thread Starter imtiazmx

    (@imtiazmx)

    Thank you for the reply… i have added this code at the bottom of my style.css but still not getting this to work….

    #pg-253-0, #pg-253-1, #pg-253-2, .panel-grid-cell .panel {
    margin-bottom: 0;
    }

    the margin-bottom was previosuly set to 30px;

    would there be any other .css i need to add this to so that it works!!

    many thanks

    Thread Starter imtiazmx

    (@imtiazmx)

    Actually, I have managed to fix this now. Thank you very much for the advise. I added the custom code into the MISC settings of the CSS/ Theme in WP..

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Parabola CSS files’ is closed to new replies.