WordPress Add CSS For Specific Page

Sdílet
Vložit
  • čas přidán 13. 09. 2024

Komentáře • 30

  • @bvladimirpl
    @bvladimirpl Před 19 dny +1

    Quick solution! Thank you for sharing this.

  • @TheBlopog
    @TheBlopog Před 3 měsíci +1

    Thanks, I've been struggling for 5 hours on an issue and I solved it thanks to you !

  • @LawrenceDlamini-kx7wn
    @LawrenceDlamini-kx7wn Před 3 měsíci +1

    Great work! This is what I was searching for, for days. It's a must-see video!

  • @slymebuoy
    @slymebuoy Před 5 měsíci +1

    Very helpful man, saviour, thanks!

  • @BecomeTheHappiness
    @BecomeTheHappiness Před rokem +1

    Was looking for this and you saved my time mate. Thanks.

  • @Madden1970
    @Madden1970 Před 6 měsíci +1

    GOLD!

  • @DesGTS
    @DesGTS Před 2 lety +2

    Thank you

  • @ekforwpfirot5998
    @ekforwpfirot5998 Před rokem +1

    Thanks it worked and for me

  • @max-fx7pr
    @max-fx7pr Před rokem +1

    Thank you so much.

  • @dexter3943
    @dexter3943 Před 3 lety +1

    Wow 😍😍 that was amazing thanks a lot ❤️❤️

  • @hblsnider
    @hblsnider Před 2 lety +2

    Hi amazing tutorial .. do you know how change that in each product page ?? not a normal page ... Tnx

    • @WickyDesign
      @WickyDesign  Před 2 lety +1

      Thanks for watching! Good question, I will look into the product pages and make a future video if I find a good solution.

    • @hblsnider
      @hblsnider Před 2 lety

      @@WickyDesign Thanks!!

    • @LeninLinares007
      @LeninLinares007 Před 2 lety

      Add custom CSS to individual post, page and CPT
      (plugin name)
      "WP ADD CUSTOM CSS"
      -By Daniele De Santis-

    • @GeekBastion
      @GeekBastion Před 2 lety

      @@LeninLinares007 it adds the css to archive and single products too

  • @MeraGuruji
    @MeraGuruji Před 5 měsíci +1

    thanks

  • @HandymanFinder1
    @HandymanFinder1 Před 11 měsíci

    I just discovered that you can target page specific CSS in Elementor Pro by going to settings -> advanced. I think this is a better method if you have pro because the CSS will still be loading globally when added to the customizers CSS.

  • @user-pf7dr6vr4e
    @user-pf7dr6vr4e Před 6 měsíci

    isnt elementor a plugin,how do you use it?? im a beginner sorry

  • @dominikharman
    @dominikharman Před 2 lety +1

    Hi, thank you for this tutorial. However, when I tried to use ti as you described, it didnt work. I had to delete the "page-id-XXX" and only leave ."customclassname" {...} then it worked. Perhaps "page-id-xxx" only work for Elementor?

    • @DanishTroll87
      @DanishTroll87 Před rokem

      the css you applied will appear in all pages.

    • @StudioZeroMX
      @StudioZeroMX Před rokem

      same here, is seems that doesn't work on storefront theme

  • @health__is__wealth-p8b

    Hi, How about targeting menu, How to code?Thank You

  • @GeekBastion
    @GeekBastion Před 2 lety

    does not work for woocommerce pages from my testing

  • @codewithmarley
    @codewithmarley Před 2 lety

    What us elementor? I don't see that button on the top of my page.
    I am trying to change the background color of ONLY my homepage

  • @cordemarcus31
    @cordemarcus31 Před 2 lety

    Please how to change each for product page....

    • @WickyDesign
      @WickyDesign  Před 2 lety

      Try to use the single product CSS class here (.single-product .headerbg{ background-color:#d0d0d0; })

  • @solucionesempresarialessae6537

    How can I add css code to the whole page instead of 1 page?

    • @WickyDesign
      @WickyDesign  Před 3 lety

      You can add CSS code to the whole website inside Appearance/Customize/Additional CSS

  • @hadikhan9186
    @hadikhan9186 Před 2 lety

    hi can you please tell for every page of website seperate css and jquery files are made or we can add just one file for whole website ?

    • @WickyDesign
      @WickyDesign  Před 2 lety

      In most cases the CSS and JS files are reused on the whole website.