• Hi,

    1. I want to change the font size of menu items, portfolio headings and title that is being displayed in the search results/ title of the menu item after clicking on it.

    2.There are additional icons on the portfolio section (Zoom icon and one more icon just beside it). I want to remove them.

    3.Is it possible to insert more than 4 portfolios?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi..

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme General Settings.

    Now copy below code and paste into custom css editor.

    .navbar-default .navbar-nav li a {
        font-size: 15px !important;
    }
    .enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons {
        display: none;
    }

    Here you can change 15px as per your choice.

    For portfolio heading please explain, we can’t get you.

    In free theme only 4 portfolio available, if you want more then see the Enigma Pro Version.

    Thanks.

    Thread Starter wsupportdb

    (@wsupportdb)

    I mean the font size of the portfolio name is quite large which is being displayed in the portfolio box under the portfolio image . I want to decrease the font size.

    When i am clicking on a menu item for example “books”, it is opening the corresponding page with title as “BOOKS”. I want to reduce the font size of the title i.e.”BOOKS”

    Hi..

    Please share your site URL.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font size to be changed’ is closed to new replies.