• Resolved hoshinotane

    (@hoshinotane)


    Hi guys and gals ??

    I was wondering if there is a way (low-IQ-friendly, mind you…) to have hexa apply different color palettes on different pages. I don’t want to go rainbow unicorn madness on my site, but I’m dealing in 3 specific and very different fields, and I would LOVE it if I could have say two additional palettes on some pages (depending on the category).

    I have zero coding skills, and so far the only “solution” I’ve come up with is to sacrifice two of my trial, free wordpress.com sites to host some pages in the desired palette, and to link those pages as if they belong to the main, registered/domained site.

    thanks ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    I don’t want to go rainbow unicorn madness on my site…

    Heh, I love that. ??

    Are you talking about for this site, https://tensaibatake.com/ ? If so, that site is hosted at WordPress.com, and I can help you with this in the CSS forum over there. Here is a link so that you can post there: https://en.forums.wordpress.com/forum/css-customization#postform .

    This is definitely doable. Each page you create in Hexa has a unique CSS class defined in the opening body selector that we can use to target that individual page with CSS changes. For example on this page, 天才畑について, the unique page id body class is page-id-100. If we wanted to change the background color of that page to a rainbow unicorn yellow, we would do this.

    body.page-id-100 {
        background: #eeff00;
    }

    If you are talking about the above site, let’s continue in the WordPress.com CSS forum. If you are talking about a different site that is self-hosted and using the software from www.remarpro.com, the above also applies.

    Cheers

    Thread Starter hoshinotane

    (@hoshinotane)

    Woot!

    hey Sacredpath! thanks a million for reaching out! I would LOVE that, thank you!

    I have been playing around with free domains using hexa (and its round and square cousins) in different colors, but I guess from a coder’s point of view that’s dirty lol

    I’ll jump to that link, thanks again ??

    have a great weekend

    Thread Starter hoshinotane

    (@hoshinotane)

    Hey SacredPath ??

    finally back from the stick, and online once again. I hate in-house work… no web freedom.

    I hope you’re enjoying your winter holidays!

    I’m officially off work for a whole week, so I sat down and gave this a try, but I have to admit that I have no idea where to start.

    When I access my site’s Custom CSS page, all they give me is a narrow window to input codes,
    and a link to not useful at all wordpress generic Q&A pages with dozens of links to tutorial.

    should I just go ahead and invest time in reading CSS for beginners textbooks?

    I basically have no idea how to access each page’s CSS code. ^^”

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    If you can post a link to the forum post at WordPress.com, I would be more than happy to help you on things.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hexa theme change color per page’ is closed to new replies.