change color font

Posted in: Newspaper
Post count: 88

i want change color font how ??

this color from backend and i want change this color only ( yallow title ) ?

null

such as page

here

and i want change this color also

yallow in hover link

such as

null

Post count: 22421

Hello,
Please provide a link to your block widget you will like to change the color for. The back-end can only be changed from the core files: http://screencast.com/t/WohetAwAtSF It cannot work with css code added in the theme panel. The front end can be edited with css in the theme panel but we cannot inspect your website to see what that particular block is: http://screencast.com/t/lwbKHiJnUzBp
Thank you!

Post count: 88

link here

and i put arrow in place font i want change color

Post count: 22421

http://screencast.com/t/rvktfeU1HhP
If you have this landing page installed i cannot access your website.

Post count: 88

please clear cache in browser

site work fine

Post count: 88

please check this

link here

Post count: 22421

Hi,

The plugin’s css overwrites the default theme color for links. Unfortunately the disqus’s plugin iframe can’t be altered using custom css code. You can check the plugins settings if this can be changed from there. You can also address to plugin’s support – https://wordpress.org/support/plugin/disqus-comment-system
https://help.disqus.com/customer/portal/articles/545277-disqus-appearance-tweaks

Thank you!

Post count: 88

ok but second qustion i want change color hover

hover all link ( yallow )

please check again and see this screenshot

Post count: 22421

Hi,
Please use this custom css for it:

.entry-title a:hover{
color: #FFED41 !important;
}
.eng_widget_is:hover{
color: #ffed41!important;
}

Thank you!

Post count: 88

sir you mean hover but i mean 3 color in text

first color text

second color hover

third color yallow

try go to link you see hover is blut but move ( mouse ) outside text – you can see third color ( yallow )

i want change this color

Post count: 22421

Hello,
I’m not sure how you want it. I see there are 2 colors when you hover the posts inside the block. The first one is yellow and the second is blue: http://screencast.com/t/rTCAosV6x. Which one would you want displayed and which one would you like removed? The code above applied yellow hover in all cases so the hover color will not shift between yellow and blue. Please provide more specific details so i can understand how to help you!
Thanks.

Post count: 88

please go to link and go to image above link

link change color to third color

tird color is yallow 🙂

please try again now

Post count: 22421

Hi,
I think this is what you mean:

.eng_widget_href:hover .eng_widget_is{
color:yellow!important
}

Thank you!

Post count: 88

i put this in theme panel

.eng_widget_href:hover .eng_widget_is{
color:red!important
}

http://www.elismaily.tv/ikoomedia/

sir please i want change yallow color in link to another color

please go to above any link

you van see link change color from black to yallow

i want change yallow color

Post count: 22421

Hello,
If you want to change all of the link colors from yellow to something else, it can be changed from the theme panel: http://screencast.com/t/mP6aRe2GKS
This will change every link color but also the block headers.
If you only need to change the titles, then you can use css. Quite a bit of it.
This would be the css to change all the links to red:

http://pastebin.com/uiFmBaU9

I hope this time it’s the good one.
Thanks.

Post count: 88

sir i want change this hover only in site

not all class in site

Post count: 22421

I’m sorry but i cannot figure this out. I have provided 3 solution already and none of them seem to be the ones you want. We can keep this up and provide wrong solutions or you can exemplify which hover for what block element you want changed because i’m out of ideas.
Thank you!

Post count: 88

i put screenshot in above

and see link here

http://www.elismaily.tv/news/ismaily/34185.html

and see related article

hover yallow color

Post count: 22421

Hi,

If you mean the related articles section, use this code:
.td_mod_related_posts:hover h3 > a{
color:red!important;
}

Thank you!

  • This reply was modified 10 years by Bogdan B..
Viewing 19 posts - 1 through 19 (of 19 total)
The forum ‘Newspaper’ is closed to new topics and replies.