Support ForumManually editing color of some elements on my page via CSS – Support Forum https://support.ishyoboy.com/forums/topic/manually-editing-color-of-some-elements-on-my-page-via-css/feed/ Sun, 05 May 2024 08:29:22 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/manually-editing-color-of-some-elements-on-my-page-via-css/#post-6008 <![CDATA[Manually editing color of some elements on my page via CSS]]> https://support.ishyoboy.com/forums/topic/manually-editing-color-of-some-elements-on-my-page-via-css/#post-6008 Tue, 16 Dec 2014 05:17:43 +0000 chumbajamba Hi,

I have working on chumbajamba.lt page. I have few color problems, which I do not find how to solve:
1. How to change portfolio picture color when it flips over?
2. How to change blog post tagline Headline color & active color (when you move mose on it)?
3. From you demo I imported interesting button :) When you scroll dow blog, there comes up small box with arrow which links to the blog beginning. This also has your default color, I didn’t find how to change..
I have made changes in Theme options, and there is no more this torque color anymore, but it still show ups in these places.

4. In blog post when i put background color on mother row – it end before comments. Comments has white background and looks weird. How to apply the same color on comments section too?

Thanks a lot!

Lukas

]]>
https://support.ishyoboy.com/forums/topic/manually-editing-color-of-some-elements-on-my-page-via-css/#post-6024 <![CDATA[Reply To: Manually editing color of some elements on my page via CSS]]> https://support.ishyoboy.com/forums/topic/manually-editing-color-of-some-elements-on-my-page-via-css/#post-6024 Tue, 16 Dec 2014 08:58:36 +0000 IshYoBoy Hey Lukas,

1. How to change portfolio picture color when it flips over?
This can be edited when editing each portfolio item. Below the content editor there is a meta box with “Color Settings” title. If it is not available make sure to enable it under “Screen Options”

2. How to change blog post tagline Headline color & active color?
I guess you mean the overview color. The same as the portfolio. It is inside the settings of each post. The hover color is automatically darkened version of the text color. If you wish to change it you will have to do it using CSS. E.g.:

3. “Back To Top” link
It automatically uses the color5 from theme options. So you would have to change color5 which is the main theme color to a different one to change the button.

You could again change it with custom CSS:

4. In blog post when i put background color on mother row – it end before comments.

Unfortunately this will have to be done manually using CSS. Just inspect the comments section and change its color.

Hope this helped.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/manually-editing-color-of-some-elements-on-my-page-via-css/#post-6031 <![CDATA[Reply To: Manually editing color of some elements on my page via CSS]]> https://support.ishyoboy.com/forums/topic/manually-editing-color-of-some-elements-on-my-page-via-css/#post-6031 Tue, 16 Dec 2014 12:52:03 +0000 chumbajamba Thanks for help!

I not so aware of using <>CSS feature – i tried to copy your code with color: 13, but it didn’t work (on second question). Could you please refer to any short guide on how to inspect element and modify it via custom CSS? Then I wouldn’t bother you with stupid questions :)

For question 2 – I wish to change default color (also active/invert) – to have the same in all posts.

All other was good! Thanks

Lukas

]]>
https://support.ishyoboy.com/forums/topic/manually-editing-color-of-some-elements-on-my-page-via-css/#post-6045 <![CDATA[Reply To: Manually editing color of some elements on my page via CSS]]> https://support.ishyoboy.com/forums/topic/manually-editing-color-of-some-elements-on-my-page-via-css/#post-6045 Wed, 17 Dec 2014 05:53:40 +0000 IshYoBoy Hey,

You should use the hexacode of color13 as the CSS has no idea what color13 is. The hexacode is in form of a hash and 6 caharcters. E.g. “#FFFFFF” for white :)

This is for a different theme (without page builder) but read our reply as it might help you a lot ;)

Inspect Element to make CSS changes using Custom CSS or in Child Theme

Regarding the blog try adding this CSS to the “Custom CSS” field under “Theme Options” -> “General Options”:

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>