The plugin inherits some of its styling via the theme. You can change styling there. If you want to change the styling for specific elements, you can use the inspector in your browser to identify and change the styling and then copy it to your stylesheet (which can be a custom stylesheet, a child theme or any other way to include the CSS).
Oke thanks. What is the best theme to use?
and how can u change the table color?
What is the best theme to use?
I honestly don’t know. There’s thousands and thousands of them.
The website themesinfo shows some examples of my plugin in use. But I am not sure how up to date that info is.
https://themesinfo.com/wordpress-plugins/free-wordpress-football-pool-plugin-emm
and how can u change the table color?
Try the inspector in your browser to look up the correct classes and then change it in the inspector.
i have chang css in dev tools. How can i copy the style to wordpress?
You’re not the first one with that question. A simple search on google gives you this article, among many others.
hi friends
I got this error for my ranking page (debug on)
Incorrect DATETIME value: ”
and the query
SELECT s.ranking, u.ID AS user_id, u.display_name AS user_name, u.user_email AS email , s.total_score AS points, s.score AS last_score , lu.league_id FROM pool_wp_scorehistory_s1_t1 AS s JOIN ( SELECT user_id, MAX( score_order ) AS last_row FROM pool_wp_scorehistory_s1_t1 WHERE ranking_id = 1 AND ( 1 = 1 OR score_date <= ” ) GROUP BY user_id ) AS s2 ON ( s2.user_id = s.user_id AND s2.last_row = s.score_order ) JOIN wp_users u ON ( u.ID = s.user_id )INNER JOIN pool_wp_league_users lu ON ( u.ID = lu.user_id AND ( 1 = 1 OR lu.league_id = 0 ) ) INNER JOIN pool_wp_leagues l ON ( lu.league_id = l.id ) WHERE s.ranking_id = 1 AND ( 1 = 1 OR score_date <= ” ) ORDER BY s.ranking ASC
whats is wrong whit me time o field?
Wrong thread. We’ll continue with your question in this forum post https://ww.wp.xz.cn/support/topic/ranking-blank/