Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter BigCloudSmiling

    (@bigcloudsmiling)

    isnt this a general question on how to use firebug?

    why is it giving me page urls instead of css or php files that i can edit in wordpress?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Firebug has nothing to do with WordPress, it’s a tool to help expose the HTML, JavaScript and CSS of any website & test out other web technologies.

    Thread Starter BigCloudSmiling

    (@bigcloudsmiling)

    i know this, i am not critising wordpress, just asking for help on how to use it with wordpress.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Look at the Firebug documentation https://getfirebug.com/wiki/index.php/ .

    To make a CSS change with WordPress you inspect it in Firebug, then with the information Firebug has provided you create new CSS that override existing CSS.

    This means you need to put your new CSS into a Custom CSS plugin or a Child Theme style.css file. Do you have either? I’m not sure how the Custom Community theme works, it might have the Custom CSS part already.

    isnt this a general question on how to use firebug?

    The www.remarpro.com support forums are meant for the core application, themes and plugins that are distributed on www.remarpro.com. We do not provide support for browser add-ons. There are other (and better) resources for that.

    Thread Starter BigCloudSmiling

    (@bigcloudsmiling)

    i have a child theme for custom community but i tested firebug on other sites and it doesnt show page urls like it does on mine so i think it is specific to cc theme.

    re: esmi
    ok i see, ill go find those better resources.

    Thanks

    Thread Starter BigCloudSmiling

    (@bigcloudsmiling)

    (got this in email after i resolved topic so openied agian so can reply)

    Andrew Nevins wrote:

    Why are you still looking for the pages?

    I wasn’t looking for pges, but when i inspect elements in my header with firebug it doesnt show what css file its from it just gives the page url’s. only on my site though not on other sites!

    https://www.taichihastings.com/

    Do you have any CSS in the theme’s custom CSS section?

    Thread Starter BigCloudSmiling

    (@bigcloudsmiling)

    just this:

    #header{padding-top:5px}

    The CSS you are asking about is referring to line 62 in the head of your site – starting with this:

    <style title="here they are" type="text/css">...

    Something is putting those styles there…

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Firebug gives me page url not .css location’ is closed to new replies.