Results 1 to 14 of 14
  1. #1
    onlinebetdotcom's Avatar
    onlinebetdotcom is offline Public Member
    Join Date
    May 2023
    Location
    Bogota
    Posts
    310
    Thanks
    164
    Thanked 62 Times in 56 Posts

    Default DIY Wordpress or custom theme help

    Is there a way of taking a basic Wordpress theme and making it so I can control the header color, size and a few other things?

    I'm thinking about making a basic theme but not sure what is possible for making your own. I'm just using it for mainly blog posts and pages for now.

  2. #2
    chaumi is offline Private Member
    Join Date
    October 2013
    Location
    East Midlands
    Posts
    1,508
    Thanks
    505
    Thanked 784 Times in 573 Posts

    Default

    I think you might want something like this, but there are several others...

    https://www.kadencewp.com/

  3. The Following 2 Users Say Thank You to chaumi For This Useful Post:

    DaftDog (2 June 2023), onlinebetdotcom (1 June 2023)

  4. #3
    NoDepositCasinos's Avatar
    NoDepositCasinos is offline Public Member
    Join Date
    November 2022
    Location
    Colombia
    Posts
    580
    Thanks
    104
    Thanked 186 Times in 158 Posts

    Default

    Quote Originally Posted by onlinebetdotcom View Post
    Is there a way of taking a basic Wordpress theme and making it so I can control the header color, size and a few other things?

    I'm thinking about making a basic theme but not sure what is possible for making your own. I'm just using it for mainly blog posts and pages for now.
    Yes, you can choose a free template and modify colors, fonts, and the overall structure of the page within certain parameters.

    Each template provides its own options, and you can achieve good results with them. However, if you want more freedom, it is best to use code.

  5. #4
    xecutable's Avatar
    xecutable is offline Private Member
    Join Date
    March 2011
    Location
    Zurich, Switzerland
    Posts
    1,937
    Thanks
    571
    Thanked 1,190 Times in 689 Posts

    Default

    Easily possible with basic CSS knowledge, using the Additional CSS from the Wordpress Customize menu. Affiliates usually choose themes based on their backend capabilities, like ranking tables, review tabs/blocks etc. The frontend of any theme can be transformed to literally anything that you'd like for the most part. These days with ChatGPT you don't even need that much knowledge either.

    If we are talking about the site from your gpwa name, your header's class is called ".top-nav-wrapper"

    so in the Additional CSS you would put

    Code:
    .top-nav-wrapper {
      background: red; (red is an example you can use any color name or hex #)
      height: 50px; (this is just an example in pixels like "50px;" could be in percentage like "5%)
    }
    depending on what exactly you need, everything can be changed

  6. The Following User Says Thank You to xecutable For This Useful Post:

    edgarf76 (1 June 2023)

  7. #5
    onlinebetdotcom's Avatar
    onlinebetdotcom is offline Public Member
    Join Date
    May 2023
    Location
    Bogota
    Posts
    310
    Thanks
    164
    Thanked 62 Times in 56 Posts

    Default

    Are these features fast loading? Was hoping it was a one time price not per year.

    Quote Originally Posted by chaumi View Post
    I think you might want something like this, but there are several others...

    https://www.kadencewp.com/

  8. #6
    onlinebetdotcom's Avatar
    onlinebetdotcom is offline Public Member
    Join Date
    May 2023
    Location
    Bogota
    Posts
    310
    Thanks
    164
    Thanked 62 Times in 56 Posts

    Default

    I will look. The main thing I want to try to do is change the color of my header and trying to get recent posts in the sidebar as a widget. The widgets just don't seem to show up and thinking I must look at changing the theme.

    Quote Originally Posted by xecutable View Post
    Easily possible with basic CSS knowledge, using the Additional CSS from the Wordpress Customize menu. Affiliates usually choose themes based on their backend capabilities, like ranking tables, review tabs/blocks etc. The frontend of any theme can be transformed to literally anything that you'd like for the most part. These days with ChatGPT you don't even need that much knowledge either.

    If we are talking about the site from your gpwa name, your header's class is called ".top-nav-wrapper"

    so in the Additional CSS you would put

    Code:
    .top-nav-wrapper {
      background: red; (red is an example you can use any color name or hex #)
      height: 50px; (this is just an example in pixels like "50px;" could be in percentage like "5%)
    }
    depending on what exactly you need, everything can be changed

  9. #7
    xecutable's Avatar
    xecutable is offline Private Member
    Join Date
    March 2011
    Location
    Zurich, Switzerland
    Posts
    1,937
    Thanks
    571
    Thanked 1,190 Times in 689 Posts

    Default

    The code I linked will do that, simply remove the height option and just leave the background one. Pick a color from the hex table like #00000 or if you just want a color like blue, red, green, you can use a word as well.

    Wordpress comes with such a widget, but the locations where you can insert it without doing a lot of coding yourself depend on the theme. These can be seen under Appearances-Widgets. If you have only Footer, then indeed you might wanna look for a different theme, perhaps a plugin (don't suggest it).

    As for the themes, most themes around here are 1 time purchase, but offer updates & support up to a year, and then you have to renew. Because the volume of new affiliates isn't what it used to be, devs probably can't make enough selling themes these days, so they went towards the SaaS business (software as a service), just like most software companies out there.

    In this niche, you should be making enough to be able to afford a 100$ yearly fee anyways, so don't really think this should scare you, especially when you have a year of support.

  10. The Following User Says Thank You to xecutable For This Useful Post:

    onlinebetdotcom (2 June 2023)

  11. #8
    dannyx is offline Public Member
    Join Date
    November 2019
    Posts
    658
    Thanks
    129
    Thanked 168 Times in 135 Posts

    Default

    The best themes are Hello Elementor, which is a completely blank page.

    There is no point in buying any gambling theme like mercury, dinomatic etc By that the site is like 10000 others. Non-gambling themes can be okay, but I'm still for a blank page.

  12. #9
    universal4's Avatar
    universal4 is offline Forum Administrator
    Join Date
    July 2003
    Location
    Courage is being scared to death...and saddling up anyway. John Wayne
    Posts
    31,785
    Thanks
    3,641
    Thanked 8,675 Times in 5,531 Posts

    Default

    Many many themes allow for at least some customization of the header colors etc as well as width and more.

    Just look in > Appearance > Customize to see what options are available. Some themes will offer far more than others. And the methods Xecutable showed using css override the lack of built in customizing for all themes if you happen to choose a specific theme for other reasons.

    Rick
    Universal4

  13. The Following User Says Thank You to universal4 For This Useful Post:

    onlinebetdotcom (2 June 2023)

  14. #10
    DaftDog's Avatar
    DaftDog is offline Private Member
    Join Date
    October 2008
    Location
    Your kitchen.
    Posts
    2,068
    Thanks
    651
    Thanked 741 Times in 441 Posts

    Default

    Quote Originally Posted by onlinebetdotcom View Post
    Are these features fast loading? Was hoping it was a one time price not per year.
    The free Kadence theme is extremely fast and allows you to change the header colour, among many other features.

    In the side menu, go to WP Appearance >> Customize. In the Customize section, go to Header and click on the Design tab, where you can change the background colour and also the layout of the header.

    In my opinion, developers that only charge a once off fee for their themes usually go missing in action after a year or two. Theme updates are essential for keeping your theme secure and up-to-date with the latest WP changes.

    Kadence Pro has a yearly charge, and you can use it on unlimited sites, plus it comes with a heap of theme enhancement plugins like Kadence Blocks Pro.

  15. The Following User Says Thank You to DaftDog For This Useful Post:

    onlinebetdotcom (2 June 2023)

  16. #11
    onlinebetdotcom's Avatar
    onlinebetdotcom is offline Public Member
    Join Date
    May 2023
    Location
    Bogota
    Posts
    310
    Thanks
    164
    Thanked 62 Times in 56 Posts

    Default

    Thank you for all the tips. I am going to do some work over the weekend to try to edit my current theme. I might switch the theme because widgets seems to be causing a problem and not working properly.

  17. #12
    JadeRaymon's Avatar
    JadeRaymon is offline Brand New Member
    Join Date
    August 2023
    Location
    Toronto
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Just make edits with CSS using ChatGPT

  18. #13
    Join Date
    November 2005
    Posts
    4,510
    Blog Entries
    1
    Thanks
    1,920
    Thanked 2,216 Times in 1,278 Posts

    Default

    Quote Originally Posted by onlinebetdotcom View Post
    Are these features fast loading?
    You have the URL, the info is on that page's URL. Check it out yourself!

    Quote Originally Posted by onlinebetdotcom View Post
    Was hoping it was a one time price not per year.
    That's a bad choice. Here's why.

    A one time payment means there is no incentive for the theme developer to continue to update the theme's compatibility with the current WP version #. Way too many folks have been caught out, thinking, a 1 off payment is best.

    WP is known to make radically changes to its core every so often. Unfortunately, this can severely impact a theme's layout and functionality.

    Longevity is far better with a WP theme with a yearly subscription; plugins with a yearly subscription too.

    Your choice BUT after seeing way too many affiliates being caught with a WP theme that's unusable (1 off payment), to those who paid a yearly subscription, I'm sure those who didn't - wished they did

  19. #14
    Join Date
    November 2005
    Posts
    4,510
    Blog Entries
    1
    Thanks
    1,920
    Thanked 2,216 Times in 1,278 Posts

    Default

    Quote Originally Posted by JadeRaymon View Post
    Just make edits with CSS using ChatGPT
    If your the 'Real Deal' Nice work on Far Cry 4!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •