How i increase the footer text front size

Home Forums Legacy Support Support queries Setup issues How i increase the footer text front size

Tagged: 

Viewing 15 posts - 1 through 15 (of 34 total)
  • Author
    Posts
  • #278802
    titaswebwolf
    Spectator
    I see your team created a CSS for configuring the stuff, but I am unable to find the code to increase the font size of the footer bar:- https://prnt.sc/tr93uy how I add a new footer column https://prnt.sc/tr94lm and this https://prnt.sc/tr94ue I want to design my footer like this https://prnt.sc/tr95x9   https://prnt.sc/tr96fs For your reference see this site footer menu https://www.vedantu.com/    
    #278807
    titaswebwolf
    Spectator
    This reply has been marked as private.
    #278832
    titaswebwolf
    Spectator
    This reply has been marked as private.
    #278905
    Jackson
    Blocked
    Hello, Try to use code given below: footer h4.footertitle span {
    font-size: 14px;
    font-weight: bold;
    line-height: 0.5px;
    color: #fd8715;
    padding-bottom: 0.5rem; 
    
    } footer ul li{ display: flex; flex-direction: column; line-height: 1.79; padding: 0; } If not working according to you only share issue, which font you want to increase Thanks,
    #278953
    titaswebwolf
    Spectator
    This reply has been marked as private.
    #279016
    Jackson
    Blocked
    Hello, here you can see that you have to set menu for mobile,: https://prnt.sc/trp3da Yes you have to sent your valid admin credentials after that i will solved all these type of issues,   Thanks,
    #279019
    titaswebwolf
    Spectator
    This reply has been marked as private.
    #279056
    titaswebwolf
    Spectator
    This reply has been marked as private.
    #279165
    Jackson
    Blocked
    Hello, To remove number from top header use code given below: Goto appearance>>customize>>custom css and paste it; header.mooc.sleek.transparent.fix ul.topmenu li:nth-child(1) { display:none !important; } 2- For mobile menu use this one: @media (max-width: 600px){ .pagesidebar { background-color:green !important; } .sidebarcontent #menu-main-menu li a { color:white !important; } } RefeR: https://prnt.sc/ts4q0b Use color code according to you,
    #279168
    Jackson
    Blocked
    Hello, For single course page banner use code given below: .single-course #item-header div#item-header-content { background-color:yellow !important; } Refer; https://prnt.sc/ts4t9u Change color code according to you, Thanks,
    #279269
    titaswebwolf
    Spectator
    This reply has been marked as private.
    #279297
    titaswebwolf
    Spectator
    This reply has been marked as private.
    #279412
    titaswebwolf
    Spectator
    This reply has been marked as private.
    #279413
    titaswebwolf
    Spectator
    This reply has been marked as private.
    #279629
    Jackson
    Blocked
    Hello, You can see that header menu is showing well, RefeR: https://prnt.sc/tsyu7q Also you can see week showing well, Refer: https://prnt.sc/tsyupp And please do not posting many messages by which i may be confused, First please share 1 or 2 issue after resolving that you can share other issue,
Viewing 15 posts - 1 through 15 (of 34 total)
  • The topic ‘How i increase the footer text front size’ is closed to new replies.